Skip to content

Commit 0176145

Browse files
committed
4.8.0
1 parent 291c3f4 commit 0176145

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.7.0",
3+
"version": "4.8.0",
44
"description": "offline-plugin for webpack",
55
"main": "lib/index.js",
66
"files": [
@@ -15,15 +15,12 @@
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"

0 commit comments

Comments
 (0)