File tree 1 file changed +4
-2
lines changed
1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change 3
3
"version" : " 3.5.0" ,
4
4
"description" : " Async computed properties for Vue" ,
5
5
"main" : " dist/vue-async-computed.js" ,
6
+ "module" : " dist/vue-async-computed.esm.js" ,
6
7
"files" : [
7
8
" bin/" ,
8
9
" dist/"
14
15
"watch" : " watch 'npm run build' src test" ,
15
16
"test" : " babel-node --presets env test/index.js | tspec" ,
16
17
"prebuild" : " npm run check -s && npm run clean -s && mkdirp dist" ,
17
- "build" : " npm run rollup -s && npm run babel -s" ,
18
- "rollup" : " rollup src/index.js --output.format umd --name AsyncComputed --output.file dist/vue-async-computed.esnext.js" ,
18
+ "build" : " npm run rollup-esm -s && npm run rollup-umd -s && npm run babel -s" ,
19
+ "rollup-esm" : " rollup src/index.js --output.format esm --name AsyncComputed --output.file dist/vue-async-computed.esm.js" ,
20
+ "rollup-umd" : " rollup src/index.js --output.format umd --name AsyncComputed --output.file dist/vue-async-computed.esnext.js" ,
19
21
"babel" : " babel --optional runtime dist/vue-async-computed.esnext.js --out-file dist/vue-async-computed.js" ,
20
22
"postbuild" : " npm run test -s" ,
21
23
"coverage" : " node_modules/.bin/babel-node node_modules/.bin/babel-istanbul cover test/index.js" ,
You can’t perform that action at this time.
0 commit comments