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.
2 parents 1fa7488 + aee927d commit b633934Copy full SHA for b633934
package.json
@@ -15,7 +15,7 @@
15
"build": "rimraf dist/ && tsc -p tsconfig.cjs.json && tsc -p tsconfig.esm.json && tsc -p tsconfig.web.json",
16
"pretest": "npm run build",
17
"test": "echo \"It built ok, that'll do for now\"",
18
- "prepack": "npm run build",
+ "prepare": "npm run build",
19
"storybook": "start-storybook -p 6006",
20
"build-storybook": "build-storybook -o examples"
21
},
@@ -43,6 +43,7 @@
43
"@storybook/addon-storysource": "^5.1.11",
44
"@storybook/addons": "^5.1.11",
45
"@storybook/react": "^5.1.11",
46
+ "@types/events": "^3.0.0",
47
"@types/react": "^16.9.2",
48
"@types/react-dom": "^16.9.0",
49
"babel-loader": "^8.0.6",
0 commit comments