Skip to content

Commit e1d7766

Browse files
committed
dependencies
1 parent 1befea6 commit e1d7766

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

package.json

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,23 +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": {
2223
"@activewidgets/datagrid": "0.0.11",
2324
"@activewidgets/frameworks": "0.0.11",
24-
"jquery": "*",
2525
"htm": "3.0.2",
2626
"preact": "10.2.1"
2727
},
28+
"peerDependencies": {
29+
"jquery": "*"
30+
},
2831
"devDependencies": {
2932
"@activewidgets/examples": "0.0.5",
3033
"@activewidgets/options": "0.0.11",

0 commit comments

Comments
 (0)