Skip to content
This repository was archived by the owner on Jan 5, 2023. It is now read-only.

Commit 8461b69

Browse files
committed
Setup for release
1 parent edd6f25 commit 8461b69

File tree

4 files changed

+9
-123
lines changed

4 files changed

+9
-123
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,2 @@
11
node_modules/
2+
dist

.npmignore

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
src
2+
storybook-static
3+
.storybook
4+
.babelrc
5+
.eslintrc
6+
example
7+
node_modules

dist/index.js

Lines changed: 0 additions & 122 deletions
This file was deleted.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "storybook-addon-smart-knobs",
3-
"version": "0.3.0",
3+
"version": "3.0.0",
44
"description": "Automatically created knobs for storybook.",
55
"main": "dist/index.js",
66
"scripts": {

0 commit comments

Comments
 (0)