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.6.2 " ,
3+ "version" : " 4.7.0 " ,
44 "description" : " offline-plugin for webpack" ,
55 "main" : " lib/index.js" ,
66 "files" : [
1414 "build" : " ./node_modules/.bin/babel src/ -d lib/" ,
1515 "watch" : " npm run build -- --watch" ,
1616 "install:build-deps" : " node build/install.js" ,
17-
1817 "tag" : " git push && git push --tags" ,
1918 "publish:latest" : " npm publish" ,
2019 "publish:next" : " npm publish --tag=next" ,
21-
2220 "release:latest:patch" : " npm version patch && npm run tag && npm run publish:latest" ,
2321 "release:latest:minor" : " npm version minor && npm run tag && npm run publish:latest" ,
2422 "release:latest:major" : " npm version major && npm run tag && npm run publish:latest" ,
25-
2623 "release:next:patch" : " npm version patch && npm run tag && npm run publish:next" ,
2724 "release:next:minor" : " npm version minor && npm run tag && npm run publish:next" ,
2825 "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