File tree Expand file tree Collapse file tree 2 files changed +8
-5
lines changed Expand file tree Collapse file tree 2 files changed +8
-5
lines changed Original file line number Diff line number Diff line change 88 "module" : " ./dist/esm/package.js" ,
99 "files" : [
1010 " dist/*/*.*" ,
11- " ** /package.json" ,
11+ " */package.json" ,
1212 " LICENSE" ,
1313 " README.md"
1414 ],
1515 "scripts" : {
1616 "build" : " rimraf dist/* && rollup -c" ,
1717 "output" : " npm run build && rimraf out/* && build-examples" ,
18+ "prepack" : " npm run build && rimraf out/*" ,
1819 "start" : " serve-examples" ,
1920 "test" : " npm run output && jest"
2021 },
2122 "dependencies" : {
22- "@activewidgets/datagrid" : " 0.0.10" ,
23- "@activewidgets/frameworks" : " 0.0.10" ,
23+ "@activewidgets/datagrid" : " 0.0.11" ,
24+ "@activewidgets/frameworks" : " 0.0.11"
25+ },
26+ "peerDependencies" : {
2427 "react" : " ^16"
2528 },
2629 "devDependencies" : {
27- "@activewidgets/examples" : " 0.0.3 " ,
28- "@activewidgets/options" : " 0.0.10 " ,
30+ "@activewidgets/examples" : " 0.0.5 " ,
31+ "@activewidgets/options" : " 0.0.11 " ,
2932 "@activewidgets/puppeteer" : " 0.0.4" ,
3033 "@activewidgets/testing" : " 0.0.3" ,
3134 "@babel/core" : " ^7" ,
You can’t perform that action at this time.
0 commit comments