Skip to content

Commit

Permalink
bumped devDependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
neocotic committed Nov 7, 2017
1 parent 8ca115e commit ac6e356
Showing 1 changed file with 13 additions and 13 deletions.
26 changes: 13 additions & 13 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,20 @@
"type": "git",
"url": "https://github.com/NotNinja/searcherer.git"
},
"dependencies": {
"chalk": "^2.3.0",
"commander": "^2.11.0",
"debug": "^3.1.0",
"get-stdin": "^5.0.1",
"glob": "^7.1.2",
"iconv-lite": "^0.4.19",
"pluralize": "^7.0.0",
"pollock": "^0.1.0",
"strip-ansi": "^4.0.0",
"text-table": "^0.2.0"
},
"devDependencies": {
"eslint": "^4.9.0",
"eslint": "^4.10.0",
"eslint-config-notninja": "^0.2.3"
},
"bin": {
Expand All @@ -33,17 +45,5 @@
},
"engines": {
"node": ">=8"
},
"dependencies": {
"chalk": "^2.3.0",
"commander": "^2.11.0",
"debug": "^3.1.0",
"get-stdin": "^5.0.1",
"glob": "^7.1.2",
"iconv-lite": "^0.4.19",
"pluralize": "^7.0.0",
"pollock": "^0.1.0",
"strip-ansi": "^4.0.0",
"text-table": "^0.2.0"
}
}

0 comments on commit ac6e356

Please sign in to comment.