File tree Expand file tree Collapse file tree 3 files changed +8
-8
lines changed
Expand file tree Collapse file tree 3 files changed +8
-8
lines changed Original file line number Diff line number Diff line change 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" ,
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}
Original file line number Diff line number Diff line change 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" ,
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" ,
Original file line number Diff line number Diff line change 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" ,
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" ,
You can’t perform that action at this time.
0 commit comments