Skip to content

Commit

Permalink
moving to peerDeps
Browse files Browse the repository at this point in the history
  • Loading branch information
gkatsanos committed May 18, 2023
1 parent 65f3cf2 commit 8bbd9ff
Show file tree
Hide file tree
Showing 2 changed files with 54 additions and 14 deletions.
62 changes: 50 additions & 12 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
Expand Up @@ -10,13 +10,15 @@
"main": "./index.js",
"types": "./index.d.ts",
"dependencies": {
"svgo": "^3.0.2",
"vue": "3.3.3"
"svgo": "^3.0.2"
},
"devDependencies": {
"cypress": "^8.6.0",
"standard": "^16.0.3"
},
"peerDependencies": {
"vue": "3.3.3"
},
"scripts": {
"lint": "standard --fix",
"cypress": "cypress run",
Expand Down

0 comments on commit 8bbd9ff

Please sign in to comment.