Skip to content

Commit

Permalink
Testing using peerDeps
Browse files Browse the repository at this point in the history
  • Loading branch information
tonyketcham committed Jan 17, 2021
1 parent 366f8af commit 90c8348
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,13 @@
"devDependencies": {
"@rollup/plugin-commonjs": "^17.0.0",
"@rollup/plugin-node-resolve": "^9.0.0",
"p5": "^1.1.9",
"rollup": "^2.0.0",
"rollup-plugin-svelte": "^6.0.0",
"svelte": "^3.0.0"
"svelte": "^3.0.0",
"p5": "^1.1.9"
},
"peerDependencies": {
"p5": "*"
},
"keywords": [
"svelte"
Expand Down

0 comments on commit 90c8348

Please sign in to comment.