Skip to content

Commit

Permalink
Merge pull request #32 from alangpierce/change-moment-to-peer-dependency
Browse files Browse the repository at this point in the history
Change moment dependency to a peerDependency
  • Loading branch information
codebox authored Jan 7, 2018
2 parents ea2f206 + 1f23a65 commit f404977
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
@@ -1,7 +1,7 @@
{
"name": "moment-precise-range-plugin",
"version": "1.2.3",
"dependencies": {
"peerDependencies": {
"moment": ">=2.9.0"
},
"description": "This is a plugin for the moment.js JavaScript library, to display date/time ranges precisely, in a human-readable format.",
Expand Down

0 comments on commit f404977

Please sign in to comment.