Skip to content

Commit afbc7eb

Browse files
committed
Added package.json for storybook build
1 parent 3865a3e commit afbc7eb

File tree

2 files changed

+27
-1
lines changed

2 files changed

+27
-1
lines changed

.storybook/package.json

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
1+
{
2+
"name": "react-spaces-storybook",
3+
"version": "0.1.26",
4+
"files": [
5+
"storybook-static/**/*.*"
6+
],
7+
"repository": "github:aeagle/react-spaces",
8+
"author": {
9+
"name": "Allan Eagle",
10+
"url": "https://www.allaneagle.com"
11+
},
12+
"bugs": "https://github.com/aeagle/react-spaces/issues",
13+
"homepage": "https://www.allaneagle.com/projects/react-spaces",
14+
"keywords": [
15+
"react",
16+
"reactjs",
17+
"reactjs components",
18+
"component library",
19+
"components",
20+
"web",
21+
"web ui",
22+
"javascript library"
23+
],
24+
"license": "MIT",
25+
"description": "Storybook documentation for react-spaces"
26+
}

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)