Skip to content

Commit

Permalink
Use tschaub/gh-pages
Browse files Browse the repository at this point in the history
  • Loading branch information
jeneser committed Aug 24, 2017
1 parent 50a42cd commit 495faae
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,8 @@
"dev": "node build/dev-server.js",
"build": "node build/build.js",
"lint": "eslint --ext .js,.vue src",
"test": "npm run lint"
"test": "npm run lint",
"deploy": "gh-pages -d dist"
},
"dependencies": {
"normalize.css": "^5.0.0",
Expand Down Expand Up @@ -46,6 +47,7 @@
"file-loader": "^0.10.0",
"friendly-errors-webpack-plugin": "^1.1.3",
"function-bind": "^1.1.0",
"gh-pages": "^1.0.0",
"html-webpack-plugin": "^2.28.0",
"http-proxy-middleware": "^0.17.3",
"node-sass": "^4.5.0",
Expand Down

0 comments on commit 495faae

Please sign in to comment.