Skip to content

Commit

Permalink
Relax dependencies semver range (#4891)
Browse files Browse the repository at this point in the history
Prevent duplicate version of moment.js (which is pretty large) when an app also depends on moment (with less strict semver range)
  • Loading branch information
jsg2021 authored and simonbrunel committed Nov 7, 2017
1 parent 95d7d8c commit 67479c2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Expand Up @@ -49,7 +49,7 @@
"main": "Chart.js"
},
"dependencies": {
"chartjs-color": "~2.2.0",
"moment": "~2.19.1"
"chartjs-color": "^2.1.0",
"moment": "^2.10.2"
}
}

0 comments on commit 67479c2

Please sign in to comment.