File tree 2 files changed +6
-2
lines changed
2 files changed +6
-2
lines changed Original file line number Diff line number Diff line change 1
1
.DS_Store
2
2
node_modules
3
3
example /example.build.js
4
+ dist
Original file line number Diff line number Diff line change 3
3
"version" : " 3.4.1" ,
4
4
"description" : " Babel plugin for Vue 2.0 JSX" ,
5
5
"main" : " index.js" ,
6
+ "unpkg" : " dist/babel-plugin-transform-vue-jsx.min.js" ,
6
7
"files" : [
7
8
" index.js" ,
8
- " lib"
9
+ " lib" ,
10
+ " dist"
9
11
],
10
12
"scripts" : {
11
13
"lint" : " eslint index.js" ,
12
14
"test" : " npm run lint && mocha --compilers js:babel-register" ,
13
15
"dev" : " cd example && webpack --watch" ,
14
- "build" : " webpack -p index.js dist/babel-plugin-transform-vue-jsx.min.js --target=web --output-library=babel-plugin-transform-vue-jsx --output-library-target=umd --module-bind 'js=babel-loader'"
16
+ "build" : " webpack -p index.js dist/babel-plugin-transform-vue-jsx.min.js --target=web --output-library=babel-plugin-transform-vue-jsx --output-library-target=umd --module-bind 'js=babel-loader'" ,
17
+ "prepubish" : " npm run build"
15
18
},
16
19
"repository" : {
17
20
"type" : " git" ,
You can’t perform that action at this time.
0 commit comments