Skip to content

Commit 6f717f8

Browse files
committed
v0.1.1
1 parent bcc63e0 commit 6f717f8

File tree

2 files changed

+14
-3
lines changed

2 files changed

+14
-3
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,8 @@
22

33
BuckleScript bindings for Storybook.js! The goal of this project is to provide bindings for the main Storybook API, as well as the official add-ons. Currently it supports:
44
* [actions](https://github.com/storybooks/storybook/tree/master/addons/actions)
5-
* [knobs](https://github.com/storybooks/storybook/tree/master/addons/knobs).
5+
* [knobs](https://github.com/storybooks/storybook/tree/master/addons/knobs)
6+
* [addons API](https://storybook.js.org/addons/writing-addons/)
67

78
## Getting Started
89

package.json

Lines changed: 12 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,23 @@
11
{
22
"name": "bs-storybook",
3-
"version": "0.1.0",
3+
"version": "0.1.1",
4+
"description": "BuckleScript bindings for Storybook.js",
45
"scripts": {
56
"build": "bsb -make-world",
67
"test": "echo XXX TODO",
78
"dev": "bsb -make-world -w",
89
"clean": "bsb -clean-world"
910
},
10-
"keywords": ["BuckleScript"],
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",
14+
"keywords": [
15+
"BuckleScript",
16+
"Storybook.js",
17+
"ReasonML",
18+
"react",
19+
"ui"
20+
],
1121
"author": "",
1222
"license": "MIT",
1323
"devDependencies": {

0 commit comments

Comments
 (0)