Skip to content

Commit 92a44f0

Browse files
author
Jeff Escalante
committed
update deps
1 parent 3191263 commit 92a44f0

File tree

3 files changed

+1074
-385
lines changed

3 files changed

+1074
-385
lines changed

lib/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -250,7 +250,7 @@ module.exports = class CLI extends EventEmitter {
250250
* and outputs a javascript object.
251251
* @param {String} str - input string
252252
* @return {Object} javascript object output
253-
*/
253+
*/
254254
function keyVal(str) {
255255
return str.split(',').reduce((m, i) => {
256256
const s = i.split(':').map(i => i.trim())

package.json

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -12,19 +12,19 @@
1212
},
1313
"bugs": "https://github.com/static-dev/spike/issues",
1414
"dependencies": {
15-
"argparse": "^1.0.9",
16-
"chalk": "^2.0.0",
15+
"argparse": "^1.0.10",
16+
"chalk": "^2.4.1",
1717
"inquirer": "^3.2.1",
1818
"lodash.reduce": "^4.6.0",
19-
"spike-core": "^2.2.0",
20-
"universal-analytics": "^0.4.13"
19+
"spike-core": "^2.2.1",
20+
"universal-analytics": "^0.4.17"
2121
},
2222
"devDependencies": {
23-
"ava": "^0.21.0",
24-
"coveralls": "^2.13.1",
23+
"ava": "^0.25.0",
24+
"coveralls": "^3.0.1",
2525
"husky": "^0.14.3",
26-
"nyc": "^11.0.3",
27-
"prettier": "^1.5.3",
26+
"nyc": "^12.0.2",
27+
"prettier": "^1.13.5",
2828
"rewire": "^2.5.1"
2929
},
3030
"engines": {

0 commit comments

Comments
 (0)