File tree Expand file tree Collapse file tree 1 file changed +5
-1
lines changed Expand file tree Collapse file tree 1 file changed +5
-1
lines changed Original file line number Diff line number Diff line change 15
15
"eslint" : " ^5.15.0" ,
16
16
"eslint-plugin-vue-libs" : " ^3.0.0" ,
17
17
"git-commit-message-convention" : " git://github.com/kazupon/git-commit-message-convention.git" ,
18
+ "mocha" : " ^6.0.2" ,
18
19
"vue-eslint-parser" : " ^6.0.3" ,
19
- "mocha " : " ^6 .0.2 "
20
+ "vuepress " : " ^1 .0.0-alpha.39 "
20
21
},
21
22
"engines" : {
22
23
"node" : " >=0.10.0"
46
47
"changelog" : " conventional-changelog -i CHANGELOG.md -s -n ./node_modules/git-commit-message-convention/convention.js" ,
47
48
"lint" : " eslint . --ignore-pattern \" !.*\" " ,
48
49
"release" : " conventional-github-releaser -n ./node_modules/git-commit-message-convention/convention.js" ,
50
+ "generate" : " node scripts/update.js" ,
51
+ "docs" : " vuepress dev docs" ,
52
+ "docs:build" : " vuepress build docs" ,
49
53
"test" : " mocha ./tests/**/*.js"
50
54
},
51
55
"dependencies" : {
You can’t perform that action at this time.
0 commit comments