Skip to content

Commit 0a37569

Browse files
BUGFIX: Fix peerDependencies quotes
1 parent b110afd commit 0a37569

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@
6464
},
6565
"license": "MIT",
6666
"peerDependencies": {
67-
"react": "^0.14.0 || ^15.0.0-0" || ^16.0.0"
67+
"react": "^0.14.0 || ^15.0.0-0 || ^16.0.0"
6868
},
6969
"typings": "./index.d.ts"
7070
}

0 commit comments

Comments
 (0)