Skip to content

Commit 54c5d07

Browse files
committed
v0.1.2
1 parent 9aec1c9 commit 54c5d07

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

package.json

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,16 @@
11
{
22
"name": "mycoolbutton",
3-
"version": "0.1.1",
3+
"version": "0.1.2",
44
"description": "Just a cool button",
55
"main": "./lib/MyCoolButton.js",
66
"license": "MIT",
77
"scripts": {
88
"build": "webpack"
99
},
1010
"peerDependencies": {
11-
"prop-types": "^15.6.0"
11+
"prop-types": "^15.6.0",
12+
"react": "^16.0.0",
13+
"react-dom": "^16.0.0"
1214
},
1315
"devDependencies": {
1416
"babel-core": "^6.21.0",

0 commit comments

Comments
 (0)