Skip to content

Commit

Permalink
fix(Dependencies): moved from dep to peerDep
Browse files Browse the repository at this point in the history
  • Loading branch information
st0ffern committed Aug 15, 2016
1 parent bc51245 commit 1bbff5e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,13 @@
"description": "Image filters for gl-react and gl-react-native",
"main": "lib/index.js",
"scripts": {
"compile": "rimraf lib/ && babel --presets es2015,stage-1,react --source-maps -d lib src",
"compile": "rm -rf lib/ && babel --presets es2015,stage-1,react --source-maps -d lib src",
"prepublish": "npm run compile",
"semantic-release": "semantic-release pre && npm publish && semantic-release post"
},
"author": "stoffern",
"license": "MIT",
"dependencies": {
"peerDependencies": {
"gl-react": "^2.2.5",
"gl-react-blur": "^1.3.0",
"gl-react-contrast-saturation-brightness": "^1.1.0",
Expand Down

0 comments on commit 1bbff5e

Please sign in to comment.