Skip to content

Commit aa030bb

Browse files
committed
feat(blank): dummy push
1 parent 947b63f commit aa030bb

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "vue-router-middleware-plugin",
3-
"version": "0.1.0-beta.1",
3+
"version": "0.0.0-development",
44
"description": "A vue.js plugin to implement a middleware pipeline between your routes.",
55
"main": "build/index.js",
66
"types": "build/index.d.ts",
@@ -14,7 +14,7 @@
1414
"build:types": "tsc --emitDeclarationOnly",
1515
"build:js": "babel src --out-dir build --extensions \".ts,.tsx\" --source-maps inline",
1616
"test": "jest --coverage",
17-
"semantic-release": "semantic-release pre && npm publish && semantic-release post",
17+
"semantic-release": "semantic-release",
1818
"commit": "git-cz"
1919
},
2020
"devDependencies": {
@@ -33,7 +33,7 @@
3333
"ghooks": "2.0.4",
3434
"jest": "24.9.0",
3535
"prettier": "1.19.1",
36-
"semantic-release": "16.0.1",
36+
"semantic-release": "^16.0.1",
3737
"ts-jest": "24.3.0",
3838
"tslint": "5.20.1",
3939
"tslint-config-prettier": "1.18.0",

0 commit comments

Comments
 (0)