Skip to content

Commit 1c98c3b

Browse files
author
Sebastien GREGOIRE
committed
Moved react to peer dependency
1 parent 0749c16 commit 1c98c3b

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

tea-cup/package.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,9 @@
2020
"samples": "tsc --outFile ./dist/Samples/index.js && cp ./src/Samples/index.html ./dist/Samples"
2121
},
2222
"dependencies": {
23-
"tea-cup-core": "1.5.2",
23+
"tea-cup-core": "1.5.2"
24+
},
25+
"peerDependencies": {
2426
"react": "^16.7.0"
2527
},
2628
"devDependencies": {

0 commit comments

Comments
 (0)