Aleksandr Aleksandrov 7 年之前
父节点
当前提交
f3af3756a5
共有 2 个文件被更改,包括 7 次插入7 次删除
  1. 4 4
      package.json
  2. 3 3
      yarn.lock

+ 4 - 4
package.json

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

+ 3 - 3
yarn.lock

@@ -16,9 +16,9 @@
     rimraf "^2.6.2"
     yargs "^12.0.2"
 
-"@ex-helpers/stack@https://git.desudesu.ru/deswolrd/ex-helpers-stack.git":
+"@ex-helpers/stack@^0.1.1":
   version "0.1.1"
-  resolved "https://git.desudesu.ru/deswolrd/ex-helpers-stack.git#892e7f7b1988ebe4ffbe61fcfa60ad900304be51"
+  resolved "https://registry.desudesu.ru/@ex-helpers%2fstack/-/stack-0.1.1.tgz#97f4e320403e6b58012c346ffc4a00634ea94652"
   dependencies:
     lodash "^4.17.11"
     rxjs "^6"
@@ -340,7 +340,7 @@ tslib@^1.9.0:
 
 typescript@^2:
   version "2.9.2"
-  resolved "https://registry.yarnpkg.com/typescript/-/typescript-2.9.2.tgz#1cbf61d05d6b96269244eb6a3bce4bd914e0f00c"
+  resolved "https://registry.desudesu.ru/typescript/-/typescript-2.9.2.tgz#1cbf61d05d6b96269244eb6a3bce4bd914e0f00c"
 
 which-module@^2.0.0:
   version "2.0.0"