Skip to content

Commit eb6bdd8

Browse files
committed
dependencies
1 parent 9b7c52c commit eb6bdd8

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

package.json

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -8,25 +8,26 @@
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",

0 commit comments

Comments
 (0)