Skip to content

Commit

Permalink
saner peer dependency versions and fix missing styles for docs
Browse files Browse the repository at this point in the history
  • Loading branch information
adrianmcli committed Dec 29, 2016
1 parent dffccf5 commit 4a38146
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Expand Up @@ -40,8 +40,8 @@
"react-dom": "^15.4.1"
},
"peerDependencies": {
"react": ">= 15",
"react-dom": ">= 15"
"react": "^15.4.0",
"react-dom": "^15.4.0"
},
"keywords": [
"react",
Expand Down
2 changes: 2 additions & 0 deletions stories/index.js
@@ -1,3 +1,5 @@
import './styles.css';

import demo from './demo';
import tutorial from './tutorial';
import examples from './examples';
Expand Down

0 comments on commit 4a38146

Please sign in to comment.