File tree 3 files changed +15
-1
lines changed
3 files changed +15
-1
lines changed Original file line number Diff line number Diff line change
1
+ {
2
+ "presets" : [
3
+ " vue-app"
4
+ ],
5
+ "plugins" : [
6
+ " add-module-exports"
7
+ ]
8
+ }
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " vue-github-buttons" ,
3
3
"description" : " GitHub buttons component for Vue." ,
4
- "version" : " 0.0.1 " ,
4
+ "version" : " 0.0.2 " ,
5
5
"main" : " dist/vue-github-buttons.js" ,
6
6
"author" : " Saran Tanpituckpong <sarunta@gmail.com>" ,
7
7
"license" : " Apache-2.0" ,
39
39
},
40
40
"devDependencies" : {
41
41
"autoprefixer" : " ^6.7.7" ,
42
+ "babel-plugin-add-module-exports" : " ^0.2.1" ,
43
+ "babel-preset-vue-app" : " ^0.5.0" ,
42
44
"camelcase" : " ^4.0.0" ,
43
45
"eslint" : " ^3.18.0" ,
44
46
"eslint-config-gluons" : " ^1.0.4" ,
Original file line number Diff line number Diff line change @@ -450,6 +450,10 @@ babel-messages@^6.23.0:
450
450
dependencies :
451
451
babel-runtime "^6.22.0"
452
452
453
+ babel-plugin-add-module-exports@^0.2.1 :
454
+ version "0.2.1"
455
+ resolved "https://registry.yarnpkg.com/babel-plugin-add-module-exports/-/babel-plugin-add-module-exports-0.2.1.tgz#9ae9a1f4a8dc67f0cdec4f4aeda1e43a5ff65e25"
456
+
453
457
babel-plugin-check-es2015-constants@^6.22.0 :
454
458
version "6.22.0"
455
459
resolved "https://registry.yarnpkg.com/babel-plugin-check-es2015-constants/-/babel-plugin-check-es2015-constants-6.22.0.tgz#35157b101426fd2ffd3da3f75c7d1e91835bbf8a"
You can’t perform that action at this time.
0 commit comments