Skip to content

Commit

Permalink
chore(parcel-plugin): switch peer dependencies to parcel
Browse files Browse the repository at this point in the history
  • Loading branch information
gregberge committed Apr 10, 2019
1 parent a93ca7e commit bad4d1a
Show file tree
Hide file tree
Showing 2 changed files with 142 additions and 521 deletions.
4 changes: 2 additions & 2 deletions packages/parcel-plugin-svgr/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
"prepublishOnly": "yarn run build"
},
"peerDependencies": {
"parcel-bundler": "^1.10.0"
"parcel": "^1.10.0"
},
"dependencies": {
"@babel/core": "^7.4.3",
Expand All @@ -37,6 +37,6 @@
"@svgr/plugin-svgo": "^4.0.3"
},
"devDependencies": {
"parcel-bundler": "^1.12.3"
"parcel": "^1.10.0"
}
}
Loading

0 comments on commit bad4d1a

Please sign in to comment.