File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 22 "name" : " core-flux" ,
33 "version" : " 1.1.0" ,
44 "description" : " Manage your own state." ,
5- "main" : " lib/core-flux.cjs.min. js" ,
6- "module" : " lib/core-flux.es.min. js" ,
7- "browser" : " dist/core-flux.min. js" ,
5+ "main" : " lib/core-flux.cjs.js" ,
6+ "module" : " lib/core-flux.es.js" ,
7+ "browser" : " dist/core-flux.js" ,
88 "type" : " module" ,
99 "scripts" : {
1010 "test" : " jest" ,
1313 "build" : " BABEL_ENV=build rollup -c" ,
1414 "build:publish" : " BABEL_ENV=publish rollup -c" ,
1515 "lint" : " eslint . --ext .js -c .eslintrc.json --ignore-path .eslintignore" ,
16- "git:update-origin" : " git add . && git commit -m 'update metadata & cdn tags' && git push && git push --tags" ,
16+ "git:update-origin" : " git add . && git commit -m '[npm publish] update metadata & cdn tags' && git push && git push --tags" ,
1717 "prepublishOnly" : " paopu && npm run git:update-origin" ,
1818 "preversion" : " npm test" ,
1919 "postversion" : " npm run build:publish"
You can’t perform that action at this time.
0 commit comments