Skip to content

Commit

Permalink
adding explicit moment.js dependency into package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
codebox committed May 29, 2017
1 parent 396ce54 commit 5fd6c27
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
{
"name": "moment-precise-range-plugin",
"version": "1.2.2",
"version": "1.2.3",
"dependencies": {
"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.",
"main": "moment-precise-range.js",
"files": [
Expand Down

0 comments on commit 5fd6c27

Please sign in to comment.