File tree Expand file tree Collapse file tree 1 file changed +5
-2
lines changed Expand file tree Collapse file tree 1 file changed +5
-2
lines changed Original file line number Diff line number Diff line change 8
8
"module" : " ./dist/esm/package.js" ,
9
9
"files" : [
10
10
" dist/*/*.*" ,
11
- " ** /package.json" ,
11
+ " */package.json" ,
12
12
" LICENSE" ,
13
13
" README.md"
14
14
],
15
15
"scripts" : {
16
16
"build" : " rimraf dist/* && rollup -c" ,
17
17
"output" : " npm run build && rimraf out/* && build-examples" ,
18
+ "prepack" : " npm run build && rimraf out/*" ,
18
19
"start" : " serve-examples" ,
19
20
"test" : " npm run output && jest"
20
21
},
21
22
"dependencies" : {
22
23
"@activewidgets/datagrid" : " 0.0.11" ,
23
24
"@activewidgets/frameworks" : " 0.0.11" ,
24
- "jquery" : " *" ,
25
25
"htm" : " 3.0.2" ,
26
26
"preact" : " 10.2.1"
27
27
},
28
+ "peerDependencies" : {
29
+ "jquery" : " *"
30
+ },
28
31
"devDependencies" : {
29
32
"@activewidgets/examples" : " 0.0.5" ,
30
33
"@activewidgets/options" : " 0.0.11" ,
You can’t perform that action at this time.
0 commit comments