We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2fdb559 commit 209236eCopy full SHA for 209236e
.npmignore
@@ -0,0 +1,2 @@
1
+node_modules
2
+coverage
package.json
@@ -6,6 +6,8 @@
6
"scripts": {
7
"test": "jest && standard",
8
"test:unit": "jest",
9
+ "build": "babel src -d lib",
10
+ "prepublish": "babel src -d lib",
11
"storybook": "start-storybook -p 6006"
12
},
13
"repository": {
0 commit comments