File tree Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " vue-chartjs" ,
3
- "version" : " 2.3.8 " ,
3
+ "version" : " 2.3.9 " ,
4
4
"description" : " vue.js wrapper for chart.js" ,
5
5
"author" :
" Jakub Juszczak <[email protected] >" ,
6
6
"repository" : {
14
14
" Wrapper" ,
15
15
" Charts"
16
16
],
17
- "main" : " dist/vue-chartjs .js" ,
17
+ "main" : " src/index .js" ,
18
18
"files" : [
19
+ " src" ,
19
20
" dist"
20
21
],
21
22
"scripts" : {
28
29
"release" : " webpack --progress --hide-modules --config ./build/webpack.release.js"
29
30
},
30
31
"dependencies" : {
31
- "babel-runtime" : " ^6.23.0" ,
32
32
"chart.js" : " ^2.5.0" ,
33
33
"vue" : " ^2.2.1"
34
34
},
35
35
"devDependencies" : {
36
+ "babel-runtime" : " ^6.23.0" ,
36
37
"babel-core" : " ^6.23.1" ,
37
38
"babel-loader" : " ^6.3.2" ,
38
39
"babel-plugin-transform-runtime" : " ^6.23.0" ,
You canβt perform that action at this time.
0 commit comments