Skip to content

Commit 5fd6c27

Browse files
committed
adding explicit moment.js dependency into package.json
1 parent 396ce54 commit 5fd6c27

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

package.json

+4-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
{
22
"name": "moment-precise-range-plugin",
3-
"version": "1.2.2",
3+
"version": "1.2.3",
4+
"dependencies": {
5+
"moment": ">=2.9.0"
6+
},
47
"description": "This is a plugin for the moment.js JavaScript library, to display date/time ranges precisely, in a human-readable format.",
58
"main": "moment-precise-range.js",
69
"files": [

0 commit comments

Comments
 (0)