forked from damianstasik/svg-to-vue
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update deps & move
vue-template-compiler
to peerDeps
- Loading branch information
1 parent
4970d54
commit bcdd2f5
Showing
2 changed files
with
456 additions
and
361 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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" | ||
} | ||
} |
Oops, something went wrong.