Skip to content

Commit

Permalink
chore(project): exclude vulnerable moment versions from dependency …
Browse files Browse the repository at this point in the history
  • Loading branch information
cueedee committed Dec 7, 2017
1 parent c0c11d7 commit d40d463
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
Expand Up @@ -13,7 +13,7 @@
"madlib-console": "^0.1.4",
"madlib-settings": "^0.1.7",
"madlib-xhr": "^0.1.21",
"moment": "<3",
"moment": ">=2.19.3 <3",
"node-polyglot": "<3",
"q": "^1.5.1",
"underscore": "^1.8.3",
Expand Down

0 comments on commit d40d463

Please sign in to comment.