File tree Expand file tree Collapse file tree 1 file changed +6
-5
lines changed Expand file tree Collapse file tree 1 file changed +6
-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 " ,
2425 "htm" : " 3.0.2" ,
2526 "preact" : " 10.2.1"
2627 },
2728 "devDependencies" : {
28- "@activewidgets/examples" : " 0.0.3 " ,
29- "@activewidgets/options" : " 0.0.10 " ,
29+ "@activewidgets/examples" : " 0.0.5 " ,
30+ "@activewidgets/options" : " 0.0.11 " ,
3031 "@activewidgets/puppeteer" : " 0.0.4" ,
3132 "@activewidgets/testing" : " 0.0.3" ,
3233 "@babel/core" : " ^7" ,
You can’t perform that action at this time.
0 commit comments