Skip to content

Commit

Permalink
fix: move parcel to peer dependencies. closes #1
Browse files Browse the repository at this point in the history
  • Loading branch information
satya164 committed Mar 27, 2019
1 parent 7ff349a commit b021739
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,6 @@
"example": "parcel example/index.html",
"release": "release-it"
},
"dependencies": {
"parcel-bundler": "^1.12.3"
},
"devDependencies": {
"@babel/core": "^7.3.3",
"@babel/preset-env": "^7.3.1",
Expand All @@ -30,15 +27,16 @@
"jest": "^24.1.0",
"linaria": "^1.1.4",
"parcel-assert-bundle-tree": "^1.0.0",
"parcel-bundler": "^1.12.3",
"parcel-plugin-linaria": "link:.",
"prettier": "^1.16.4",
"react": "^16.8.3",
"react-dom": "^16.8.3",
"release-it": "^10.1.0"
},
"peerDependencies": {
"linaria": ">=1.0.0",
"parcel-bundler": ">=1.12.0"
"linaria": ">= 1.0.0",
"parcel-bundler": ">= 1.12.0"
},
"husky": {
"hooks": {
Expand Down

0 comments on commit b021739

Please sign in to comment.