Skip to content

Commit

Permalink
Loosen moment dependency
Browse files Browse the repository at this point in the history
Loosen the moment dependency so that downstream libraries can choose which version of moment to use.
  • Loading branch information
blowery committed Apr 9, 2019
1 parent 52c39c0 commit 762e50b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -32,6 +32,6 @@
"coveralls": "npm run test && cat coverage/lcov.info | coveralls"
},
"dependencies": {
"moment": "2.21.0"
"moment": "^2.21.0"
}
}

0 comments on commit 762e50b

Please sign in to comment.