Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/master'
Browse files Browse the repository at this point in the history
  • Loading branch information
Cleber committed Aug 28, 2019
2 parents c127f79 + 0e96f47 commit 0bab403
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,8 @@
"dev": "webpack-dev-server --inline --progress --config build/webpack.dev.conf.js",
"start": "npm run dev",
"lint": "eslint --ext .js,.vue src",
"build": "node build/build.js"
"build": "node build/build.js",
"test": "npm run unit"
},
"dependencies": {
"bootstrap-vue": "^2.0.0-rc.11",
Expand Down

0 comments on commit 0bab403

Please sign in to comment.