Skip to content

Commit

Permalink
🚚 Change Vue plugin to an optional dependency (#7)
Browse files Browse the repository at this point in the history
  • Loading branch information
stormwarning authored Jan 2, 2019
1 parent 056b905 commit fb3d780
Show file tree
Hide file tree
Showing 2 changed files with 42 additions and 35 deletions.
73 changes: 39 additions & 34 deletions package-lock.json

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

4 changes: 3 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,14 +12,16 @@
"lint:scripts": "prettier-eslint '**/*.js' --write --list-different",
"test": "npm run lint"
},
"optionalDependencies": {
"eslint-plugin-vue": "^5.0.0"
},
"dependencies": {
"babel-eslint": "^10.0.1",
"eslint-config-standard": "^12.0.0",
"eslint-plugin-import": "^2.14.0",
"eslint-plugin-node": "^8.0.0",
"eslint-plugin-promise": "^4.0.1",
"eslint-plugin-standard": "^4.0.0",
"eslint-plugin-vue": "^5.0.0",
"prettier-eslint-cli": "^4.7.1"
},
"peerDependencies": {
Expand Down

0 comments on commit fb3d780

Please sign in to comment.