File tree Expand file tree Collapse file tree 1 file changed +1
-4
lines changed
Expand file tree Collapse file tree 1 file changed +1
-4
lines changed Original file line number Diff line number Diff line change 11{
22 "name" : " offline-plugin" ,
3- "version" : " 4.7 .0" ,
3+ "version" : " 4.8 .0" ,
44 "description" : " offline-plugin for webpack" ,
55 "main" : " lib/index.js" ,
66 "files" : [
1515 "build" : " ./node_modules/.bin/babel src/ -d lib/" ,
1616 "watch" : " npm run build -- --watch" ,
1717 "install:build-deps" : " node build/install.js" ,
18-
1918 "tag" : " git push && git push --tags" ,
2019 "publish:latest" : " npm publish" ,
2120 "publish:next" : " npm publish --tag=next" ,
22-
2321 "release:latest:patch" : " npm version patch && npm run tag && npm run publish:latest" ,
2422 "release:latest:minor" : " npm version minor && npm run tag && npm run publish:latest" ,
2523 "release:latest:major" : " npm version major && npm run tag && npm run publish:latest" ,
26-
2724 "release:next:patch" : " npm version patch && npm run tag && npm run publish:next" ,
2825 "release:next:minor" : " npm version minor && npm run tag && npm run publish:next" ,
2926 "release:next:major" : " npm version major && npm run tag && npm run publish:next"
You can’t perform that action at this time.
0 commit comments