Skip to content

Commit

Permalink
Merge pull request #50 from apertureless/feature/include_src
Browse files Browse the repository at this point in the history
πŸ› Fix #49
  • Loading branch information
apertureless authored Mar 1, 2017
2 parents 7953e14 + 562539a commit 3da3fcc
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 3da3fcc

Please sign in to comment.