10000 Upgrade moment · TailorDev/assignees@04f79f6 · GitHub
[go: up one dir, main page]

Skip to content
This repository was archived by the owner on Apr 6, 2021. It is now read-only.

Commit

Permalink
Upgrade moment
Browse files Browse the repository at this point in the history
  • Loading branch information
willdurand committed Apr 26, 2018
1 parent 7b9f1e9 commit 04f79f6
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"private": true,
"license": "MIT",
"scripts": {
"start": "node app.js",
"start": "node --harmony app.js",
"test": "NODE_ENV=test mocha --harmony --reporter spec --recursive",
"assignees": "node bin/assignees"
},
Expand Down Expand Up @@ -33,7 +33,7 @@
"lob": "^3.9.0",
"lodash": "^4.16.6",
"lusca": "^1.4.1",
"moment": "~2.17.1",
"moment": "^2.22.1",
"mongoose": "^4.6.6",
"multer": "^1.2.0",
"node-sass": "^4.5.3",
Expand Down Expand Up @@ -78,7 +78,7 @@
}
},
"engines": {
"node": "8.1",
"yarn": "0.24.6"
"node": "9.x",
"yarn": "1.x"
}
}
6 changes: 3 additions & 3 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2049,9 +2049,9 @@ mocha@^3.1.2:
mkdirp "0.5.1"
supports-color "3.1.2"

moment@~2.17.1:
version "2.17.1"
resolved "https://registry.yarnpkg.com/moment/-/moment-2.17.1.tgz#fed9506063f36b10f066c8b59a144d7faebe1d82"
moment@^2.22.1:
version "2.22.1"
resolved "https://registry.yarnpkg.com/moment/-/moment-2.22.1.tgz#529a2e9bf973f259c9643d237fda84de3a26e8ad"

mongodb-core@2.1.9:
version "2.1.9"
Expand Down

0 comments on commit 04f79f6

Please sign in to comment.
0