Skip to content

Commit

Permalink
Move moment to peerDependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
Kerumen authored and ellenaua committed Jun 18, 2018
1 parent 8a35aff commit 66d8f40
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions package.json
Expand Up @@ -26,15 +26,16 @@
"url": "https://github.com/moment/moment-timezone/issues"
},
"license": "MIT",
"dependencies": {
"peerDependencies": {
"moment": ">= 2.9.0"
},
"devDependencies": {
"grunt": "^1.0.1",
"grunt-contrib-clean": "^1.1.0",
"grunt-contrib-jshint": "^1.1.0",
"grunt-contrib-nodeunit": "^1.0.0",
"grunt-contrib-uglify": "^3.1.0"
"grunt-contrib-uglify": "^3.1.0",
"moment": ">= 2.9.0"
},
"jspm": {
"main": "builds/moment-timezone-with-data",
Expand Down

0 comments on commit 66d8f40

Please sign in to comment.