Skip to content

Commit

Permalink
Merge commit '562539a3a54dc89b0216d8141541501eecee1560'
Browse files Browse the repository at this point in the history
* commit '562539a3a54dc89b0216d8141541501eecee1560':
  πŸ› Fix #49
  • Loading branch information
apertureless committed Mar 1, 2017
2 parents 6d8513f + 562539a commit ad0e0de
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "vue-chartjs",
"version": "2.3.8",
"version": "2.3.9",
"description": "vue.js wrapper for chart.js",
"author": "Jakub Juszczak <jakub@nextindex.de>",
"repository": {
Expand All @@ -14,8 +14,9 @@
"Wrapper",
"Charts"
],
"main": "dist/vue-chartjs.js",
"main": "src/index.js",
"files": [
"src",
"dist"
],
"scripts": {
Expand All @@ -28,11 +29,11 @@
"release": "webpack --progress --hide-modules --config ./build/webpack.release.js"
},
"dependencies": {
"babel-runtime": "^6.23.0",
"chart.js": "^2.5.0",
"vue": "^2.2.1"
},
"devDependencies": {
"babel-runtime": "^6.23.0",
"babel-core": "^6.23.1",
"babel-loader": "^6.3.2",
"babel-plugin-transform-runtime": "^6.23.0",
Expand Down

0 comments on commit ad0e0de

Please sign in to comment.