Skip to content

Commit

Permalink
bump theme
Browse files Browse the repository at this point in the history
  • Loading branch information
yyx990803 committed Oct 6, 2017
1 parent caf7a82 commit 7e85915
Show file tree
Hide file tree
Showing 2 changed files with 227 additions and 1 deletion.
222 changes: 222 additions & 0 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 5 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
"test:ssr": "rollup -c build/rollup.dev.config.js && VUE_ENV=server jasmine JASMINE_CONFIG_PATH=test/unit/jasmine.json",
"test:types": "tsc -p types/test",
"release": "bash build/release.sh",
"docs": "cd docs && gitbook serve",
"docs": "cd docs && gitbook install && gitbook serve",
"docs:deploy": "cd docs && ./deploy.sh"
},
"repository": {
Expand All @@ -50,6 +50,10 @@
"eslint": "^3.19.0",
"eslint-plugin-vue-libs": "^1.2.0",
"express": "^4.14.1",
"gitbook-plugin-edit-link": "^2.0.2",
"gitbook-plugin-github": "^3.0.0",
"gitbook-plugin-prism": "^2.3.0",
"gitbook-plugin-theme-vuejs": "^1.1.0",
"jasmine": "2.8.0",
"jasmine-core": "2.8.0",
"nightwatch": "^0.9.12",
Expand Down

0 comments on commit 7e85915

Please sign in to comment.