Skip to content

Commit 2175db9

Browse files
committed
🔧 config(npm): add scripts and modules
1 parent 2b0ff7d commit 2175db9

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

package.json

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,9 @@
1515
"eslint": "^5.15.0",
1616
"eslint-plugin-vue-libs": "^3.0.0",
1717
"git-commit-message-convention": "git://github.com/kazupon/git-commit-message-convention.git",
18+
"mocha": "^6.0.2",
1819
"vue-eslint-parser": "^6.0.3",
19-
"mocha": "^6.0.2"
20+
"vuepress": "^1.0.0-alpha.39"
2021
},
2122
"engines": {
2223
"node": ">=0.10.0"
@@ -46,6 +47,9 @@
4647
"changelog": "conventional-changelog -i CHANGELOG.md -s -n ./node_modules/git-commit-message-convention/convention.js",
4748
"lint": "eslint . --ignore-pattern \"!.*\"",
4849
"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",
4953
"test": "mocha ./tests/**/*.js"
5054
},
5155
"dependencies": {

0 commit comments

Comments
 (0)