Skip to content
This repository has been archived by the owner on Jul 19, 2019. It is now read-only.

Commit

Permalink
Merge pull request #104 from palamccc/patch-1
Browse files Browse the repository at this point in the history
Force chart.js version - otherwise chart.js 2 is getting installed
  • Loading branch information
austinpray authored Jun 17, 2016
2 parents 1442978 + 6b6d888 commit 48b388a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
"peerDependencies": {
"react": "*",
"react-dom": "*",
"chart.js": "*"
"chart.js": "^1.1.1"
},
"devDependencies": {
"uglify-js": "^2.4.16",
Expand Down

0 comments on commit 48b388a

Please sign in to comment.