Skip to content

Commit

Permalink
v4.0.2: downgrade Moment.js to ~2.18.0 because of moment/moment#4227
Browse files Browse the repository at this point in the history
  • Loading branch information
Mithgol committed Nov 27, 2017
1 parent 43f3113 commit 2e0479c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
@@ -1,7 +1,7 @@
{
"name": "fidonet-jam",
"main": "fidonet-jam.js",
"version": "4.0.1",
"version": "4.0.2",
"description": "Fidonet JAM message base parser",
"keywords": ["Fidonet", "Fido", "JAM"],
"author": { "name": "Mithgol the Webmaster" },
Expand All @@ -14,7 +14,7 @@
"buffer-crc32": "~0.2.5",
"extend": "~3.0.0",
"iconv-lite": "~0.4.13",
"moment": "~2.19.0"
"moment": "~2.18.0"
},
"scripts": {
"pretest": "jshint fidonet-jam.js test/",
Expand Down

0 comments on commit 2e0479c

Please sign in to comment.