File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " vue-router-middleware-plugin" ,
3
- "version" : " 0.1 .0-beta.1 " ,
3
+ "version" : " 0.0 .0-development " ,
4
4
"description" : " A vue.js plugin to implement a middleware pipeline between your routes." ,
5
5
"main" : " build/index.js" ,
6
6
"types" : " build/index.d.ts" ,
14
14
"build:types" : " tsc --emitDeclarationOnly" ,
15
15
"build:js" : " babel src --out-dir build --extensions \" .ts,.tsx\" --source-maps inline" ,
16
16
"test" : " jest --coverage" ,
17
- "semantic-release" : " semantic-release pre && npm publish && semantic-release post " ,
17
+ "semantic-release" : " semantic-release" ,
18
18
"commit" : " git-cz"
19
19
},
20
20
"devDependencies" : {
33
33
"ghooks" : " 2.0.4" ,
34
34
"jest" : " 24.9.0" ,
35
35
"prettier" : " 1.19.1" ,
36
- "semantic-release" : " 16.0.1" ,
36
+ "semantic-release" : " ^ 16.0.1" ,
37
37
"ts-jest" : " 24.3.0" ,
38
38
"tslint" : " 5.20.1" ,
39
39
"tslint-config-prettier" : " 1.18.0" ,
You can’t perform that action at this time.
0 commit comments