Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
BUGFIX: Fix peerDependencies quotes
  • Loading branch information
markusguenther authored Apr 23, 2018
commit 0a37569faa178fef01a8207cf5ab657c0daf469c
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@
},
"license": "MIT",
"peerDependencies": {
"react": "^0.14.0 || ^15.0.0-0" || ^16.0.0"
"react": "^0.14.0 || ^15.0.0-0 || ^16.0.0"
},
"typings": "./index.d.ts"
}