File tree Expand file tree Collapse file tree 1 file changed +8
-5
lines changed Expand file tree Collapse file tree 1 file changed +8
-5
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
- "@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" : {
24
27
"vue" : " ^2"
25
28
},
26
29
"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 " ,
29
32
"@activewidgets/puppeteer" : " 0.0.4" ,
30
33
"@activewidgets/testing" : " 0.0.3" ,
31
34
"@babel/core" : " ^7" ,
You can’t perform that action at this time.
0 commit comments