advent-of-code
Advanced tools
Comparing version 3.1.2 to 3.1.4
@@ -15,4 +15,3 @@ #!/usr/bin/env node | ||
debug('error running advent') | ||
debug(err.stack) | ||
console.error(err.message) | ||
console.error(err.stack) | ||
}) |
{ | ||
"name": "advent-of-code", | ||
"version": "3.1.2", | ||
"version": "3.1.4", | ||
"description": "A cli to help initialize/run JavaScript advent-of-code challenges.", | ||
"main": "bin/advent.js", | ||
"scripts": { | ||
"lint": "standard", | ||
"test": "jest" | ||
"lint": "standard && prettier-eslint '**/*.js' --list-different", | ||
"test": "jest", | ||
"format": "prettier-eslint '**/*.js' --write" | ||
}, | ||
@@ -46,6 +47,6 @@ "bin": { | ||
"dependencies": { | ||
"bluebird": "^3.5.2", | ||
"bluebird": "^3.5.3", | ||
"commander": "^2.19.0", | ||
"configstore": "^4.0.0", | ||
"debug": "^4.1.0", | ||
"debug": "^4.1.1", | ||
"get-stdin": "^6.0.0", | ||
@@ -57,5 +58,6 @@ "mkdirp": "^0.5.1", | ||
"devDependencies": { | ||
"@types/jest": "^23.3.4", | ||
"@types/jest": "^23.3.10", | ||
"jest": "^23.6.0", | ||
"nock": "^10.0.1", | ||
"nock": "^10.0.5", | ||
"prettier-eslint-cli": "^4.7.1", | ||
"rimraf": "^2.6.2", | ||
@@ -62,0 +64,0 @@ "standard": "^12.0.1" |
Sorry, the diff of this file is not supported yet
211554
18
6
389
Updatedbluebird@^3.5.3
Updateddebug@^4.1.1