Skip to content

Commit

Permalink
Make react and react-dom peer deps
Browse files Browse the repository at this point in the history
  • Loading branch information
fakenickels committed Jul 30, 2017
1 parent 472685c commit 5a2acae
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@
"scripts": {
"start": "cd example && python -m SimpleHTTPServer",
"update-example": "./scripts/copy_bundle_to_example.sh",
"build": "./scripts/compile_sources.sh",
"prepublish": "npm run build_styles && npm run build_js && npm run copy_bundle_to_example"
"build": "babel lib --ignore __tests__ --out-dir ./dist",
"prepublish": "npm run build"
},
"repository": {
"type": "git",
Expand Down Expand Up @@ -40,14 +40,14 @@
"browserify": "^13.1.1",
"exposify": "^0.5.0",
"http-server": "^0.9.0",
"react": "^15.6.1",
"react-dom": "^15.3.2",
"stylus": "^0.54.5",
"uglifyify": "^3.0.4"
},
"dependencies": {},
"peerDependencies": {
"prop-types": "^15.5.10",
"styled-components": "^2.1.1"
"styled-components": "^2.1.1",
"react": "^15.6.1",
"react-dom": "^15.3.2",
}
}

0 comments on commit 5a2acae

Please sign in to comment.