File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change 1111 "module" : " lib/esm/index.js" ,
1212 "typings" : " typings/react-popper-tooltip.d.ts" ,
1313 "files" : [
14- " lib"
14+ " lib" ,
15+ " dist"
1516 ],
1617 "scripts" : {
17- "build" : " npm run build:cjs && npm run build:esm && npm run copy-styles" ,
18- "build:cjs" : " babel --delete-dir-on-start src -d lib/cjs -s" ,
19- "build:esm" : " babel --delete-dir-on-start --env-name esm src -d lib/esm -s" ,
20- "copy-styles" : " cp src/styles.css lib/cjs && cp src/styles.css lib/esm" ,
18+ "build" : " npm run build:cjs && npm run build:esm && cp src/styles.css dist" ,
19+ "build:cjs" : " babel --delete-dir-on-start src -d lib/cjs" ,
20+ "build:esm" : " babel --delete-dir-on-start --env-name esm src -d lib/esm" ,
2121 "prepare" : " npm run build"
2222 },
2323 "keywords" : [
You can’t perform that action at this time.
0 commit comments