Skip to content

Commit bbeea59

Browse files
committed
Merge remote-tracking branch 'upstream/develop' into release
# Conflicts: # package.json # package/conev-sync-core/package.json # package/conev-sync-json-source/package.json
2 parents 715461d + 336ee80 commit bbeea59

File tree

3 files changed

+8
-8
lines changed

3 files changed

+8
-8
lines changed

package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
{
22
"name": "conev-sync",
3-
"version": "1.0.1",
3+
"version": "1.0.2",
44
"description": "",
55
"main": "dist/index.js",
66
"types": "dist/index.d.ts",
77
"scripts": {
88
"run": "node dist/index.js",
9-
"prepublish": "npm run build:production",
9+
"prepublishOnly": "npm run build:production",
1010
"build": "gulp",
1111
"build:production": "cross-env NODE_ENV=production npm run build",
1212
"build:all": "script/run-command-all-package.sh run build",
@@ -83,7 +83,7 @@
8383
"typescript": "^4.0.2"
8484
},
8585
"dependencies": {
86-
"conev-sync-core": "^1.0.3",
87-
"conev-sync-json-source": "^1.0.3"
86+
"conev-sync-core": "^1.0.4",
87+
"conev-sync-json-source": "^1.0.4"
8888
}
8989
}

package/conev-sync-core/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "conev-sync-core",
3-
"version": "1.0.3",
3+
"version": "1.0.4",
44
"description": "",
55
"main": "dist/index.js",
66
"types" : "dist/index.d.ts",
@@ -9,7 +9,7 @@
99
"run": "node dist/index.js",
1010
"build": "gulp",
1111
"build:production": "cross-env NODE_ENV=production npm run build",
12-
"install": "npm run build:production"
12+
"prepublishOnly": "npm run build:production"
1313
},
1414
"author": "",
1515
"license": "ISC",

package/conev-sync-json-source/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "conev-sync-json-source",
3-
"version": "1.0.3",
3+
"version": "1.0.4",
44
"description": "",
55
"main": "dist/index.js",
66
"types" : "dist/index.d.ts",
@@ -9,7 +9,7 @@
99
"run": "node dist/index.js",
1010
"build": "gulp",
1111
"build:production": "cross-env NODE_ENV=production npm run build",
12-
"install": "npm run build:production"
12+
"prepublishOnly": "npm run build:production"
1313
},
1414
"author": "",
1515
"license": "ISC",

0 commit comments

Comments
 (0)