Skip to content

Commit

Permalink
* updated date-fns to v2
Browse files Browse the repository at this point in the history
* other minor npm updates
  • Loading branch information
ldgit committed Feb 1, 2020
1 parent 87914b5 commit 1bb50a4
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 13 deletions.
18 changes: 9 additions & 9 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,11 +28,11 @@
"coveralls": "^3.0.9",
"eslint": "^6.8.0",
"eslint-config-airbnb-base": "^14.0.0",
"eslint-config-prettier": "^6.9.0",
"eslint-config-prettier": "^6.10.0",
"eslint-plugin-chai-expect": "^2.1.0",
"eslint-plugin-import": "^2.20.0",
"lolex": "^5.1.2",
"mocha": "^7.0.0",
"mocha": "^7.0.1",
"nyc": "^15.0.0",
"prettier": "^1.19.1",
"touch": "^3.1.0"
Expand All @@ -42,7 +42,7 @@
"chokidar": "^3.3.1",
"commander": "^4.1.0",
"cross-spawn": "^7.0.1",
"date-fns": "^1.30.1",
"date-fns": "^2.9.0",
"glob": "^7.1.6",
"lodash": "^4.17.15"
},
Expand Down
2 changes: 1 addition & 1 deletion src/command-runner.js
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ function runCommands(spawn, printer, stdin, platform, commands) {
}

function getCurrentTime() {
return formatDate(new Date(), 'YYYY-MM-DD HH:mm:ss');
return formatDate(new Date(), 'yyyy-MM-dd HH:mm:ss');
}

module.exports = {
Expand Down

0 comments on commit 1bb50a4

Please sign in to comment.