Skip to content

Commit

Permalink
Move vue-template-compiler to peer deps
Browse files Browse the repository at this point in the history
  • Loading branch information
4ver committed Aug 11, 2017
1 parent 8099141 commit 63f38e3
Show file tree
Hide file tree
Showing 2 changed files with 163 additions and 4 deletions.
161 changes: 159 additions & 2 deletions package-lock.json

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

6 changes: 4 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,10 @@
"license": "MIT",
"author": "visualfanatic",
"main": "index.js",
"peerDependencies": {
"vue-template-compiler": "^2.0.0"
},
"dependencies": {
"svgo": "^0.7.1",
"vue-template-compiler": "^2.4.2"
"svgo": "^0.7.1"
}
}

0 comments on commit 63f38e3

Please sign in to comment.