Skip to content

Commit 41cdf08

Browse files
author
Peter Piekarczyk
committed
cleaning
1 parent d88d475 commit 41cdf08

File tree

1 file changed

+5
-8
lines changed

1 file changed

+5
-8
lines changed

package.json

Lines changed: 5 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,12 @@
44
"description": "BuckleScript bindings for Storybook.js",
55
"scripts": {
66
"build": "bsb -make-world",
7-
"test": "echo XXX TODO",
87
"dev": "bsb -make-world -w",
98
"clean": "bsb -clean-world"
109
},
11-
"homepage": "https://github.com/MyWellGiving/bs-storybook",
12-
"repository": "https://github.com/MyWellGiving/bs-storybook",
13-
"bugs": "https://github.com/MyWellGiving/bs-storybook/issues",
10+
"homepage": "https://github.com/draftbit/bs-storybook",
11+
"repository": "https://github.com/draftbit/bs-storybook",
12+
"bugs": "https://github.com/draftbit/bs-storybook/issues",
1413
"keywords": [
1514
"BuckleScript",
1615
"Storybook.js",
@@ -21,12 +20,10 @@
2120
"author": "",
2221
"license": "MIT",
2322
"devDependencies": {
24-
"bs-platform": "^4.0.4"
25-
},
26-
"dependencies": {
27-
"reason-react": "^0.5.3"
23+
"bs-platform": "^7.0.1"
2824
},
2925
"peerDependencies": {
26+
"reason-react": "^0.7.0",
3027
"@storybook/addon-actions": "^3.2.17",
3128
"@storybook/addon-knobs": "^3.3.3",
3229
"@storybook/addons": "^3.3.14",

0 commit comments

Comments
 (0)