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 76b744a commit 83793bbCopy full SHA for 83793bb
package.json
@@ -6,7 +6,7 @@
6
"module": "dist/index.es.js",
7
"typings": "dist/types/src/index.d.ts",
8
"scripts": {
9
- "build": "rm -r ./dist && tsc && rollup -c ./rollup.config.ts",
+ "build": "tsc --build && rollup -c ./rollup.config.ts",
10
"storybook": "start-storybook -p 6006 --debug-webpack --no-dll",
11
"build-storybook": "build-storybook",
12
"commit": "npx git-cz",
src/index.ts
@@ -1,2 +1,3 @@
1
import "./styles.css";
2
export { default as ReactPictureAnnotation } from "./ReactPictureAnnotation";
3
+export { default as DefaultInputSection } from "./DefaultInputSection";
0 commit comments