Skip to content

Commit 5f63cd5

Browse files
committed
4.7.0
1 parent 59068e9 commit 5f63cd5

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

package.json

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
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": [
@@ -14,15 +14,12 @@
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"

0 commit comments

Comments
 (0)