cloudbuild 1.0.13 → 1.0.14
Sign up to get free protection for your applications and to get access to all the features.
- package/package.json +5 -2
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "cloudbuild",
|
3
|
-
"version": "1.0.
|
3
|
+
"version": "1.0.14",
|
4
4
|
"description": "> TODO: description",
|
5
5
|
"author": "谭孝宇 <mrtan21@126.com>",
|
6
6
|
"homepage": "",
|
@@ -13,6 +13,9 @@
|
|
13
13
|
"files": [
|
14
14
|
"lib"
|
15
15
|
],
|
16
|
+
"publishConfig": {
|
17
|
+
"access": "public"
|
18
|
+
},
|
16
19
|
"repository": {
|
17
20
|
"type": "git",
|
18
21
|
"url": "git@gitee.com:tan_xiao_yu/starerp-cli-dev.git"
|
@@ -27,5 +30,5 @@
|
|
27
30
|
"lodash": "^4.17.21",
|
28
31
|
"socket.io-client": "^2.0.0"
|
29
32
|
},
|
30
|
-
"gitHead": "
|
33
|
+
"gitHead": "6da1c7b9121e3fa72e36d88ae0cd9a716aa04aaf"
|
31
34
|
}
|