|
@@ -1,6 +1,6 @@
|
|
|
{
|
|
{
|
|
|
"name": "@ex-helpers/element",
|
|
"name": "@ex-helpers/element",
|
|
|
- "version": "0.1.1",
|
|
|
|
|
|
|
+ "version": "0.1.2",
|
|
|
"description": "Several element wrapper helpers",
|
|
"description": "Several element wrapper helpers",
|
|
|
"scripts": {
|
|
"scripts": {
|
|
|
"build": "exb",
|
|
"build": "exb",
|
|
@@ -9,14 +9,14 @@
|
|
|
"author": "",
|
|
"author": "",
|
|
|
"license": "ISC",
|
|
"license": "ISC",
|
|
|
"dependencies": {
|
|
"dependencies": {
|
|
|
- "@ex-helpers/stack": "https://git.desudesu.ru/deswolrd/ex-helpers-stack.git",
|
|
|
|
|
|
|
+ "@ex-helpers/stack": "^0.1.1",
|
|
|
"rxjs": "^6.0.0",
|
|
"rxjs": "^6.0.0",
|
|
|
- "typescript": "^2",
|
|
|
|
|
"zone.js": "~0.8.26"
|
|
"zone.js": "~0.8.26"
|
|
|
},
|
|
},
|
|
|
"devDependencies": {
|
|
"devDependencies": {
|
|
|
"@angular/core": "^6.1.10",
|
|
"@angular/core": "^6.1.10",
|
|
|
"@ex-helpers/build": "^0.1.18",
|
|
"@ex-helpers/build": "^0.1.18",
|
|
|
- "rimraf": "^2.6.2"
|
|
|
|
|
|
|
+ "rimraf": "^2.6.2",
|
|
|
|
|
+ "typescript": "^2"
|
|
|
}
|
|
}
|
|
|
}
|
|
}
|