Skip to content

Commit

Permalink
Update deps & move vue-template-compiler to peerDeps
Browse files Browse the repository at this point in the history
  • Loading branch information
visualfanatic committed Apr 3, 2019
1 parent 4970d54 commit bcdd2f5
Show file tree
Hide file tree
Showing 2 changed files with 456 additions and 361 deletions.
12 changes: 7 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,14 +12,16 @@
"license": "MIT",
"author": "Damian Stasik <[email protected]>",
"main": "index.js",
"peerDependencies": {
"vue-template-compiler": "^2.0.0"
},
"dependencies": {
"svgo": "^1.1.1",
"vue-template-compiler": "^2.5.17",
"vue-template-es2015-compiler": "^1.6.0"
"svgo": "^1.2.0",
"vue-template-es2015-compiler": "^1.9.1"
},
"devDependencies": {
"eslint": "^5.6.1",
"eslint": "^5.16.0",
"eslint-config-airbnb-base": "13.1.0",
"eslint-plugin-import": "^2.14.0"
"eslint-plugin-import": "^2.16.0"
}
}
Loading

0 comments on commit bcdd2f5

Please sign in to comment.