Skip to content

Commit

Permalink
update deps
Browse files Browse the repository at this point in the history
  • Loading branch information
Jeff Escalante committed Jun 19, 2018
1 parent 3191263 commit 92a44f0
Show file tree
Hide file tree
Showing 3 changed files with 1,074 additions and 385 deletions.
2 changes: 1 addition & 1 deletion lib/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -250,7 +250,7 @@ module.exports = class CLI extends EventEmitter {
* and outputs a javascript object.
* @param {String} str - input string
* @return {Object} javascript object output
*/
*/
function keyVal(str) {
return str.split(',').reduce((m, i) => {
const s = i.split(':').map(i => i.trim())
Expand Down
16 changes: 8 additions & 8 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,19 +12,19 @@
},
"bugs": "https://github.com/static-dev/spike/issues",
"dependencies": {
"argparse": "^1.0.9",
"chalk": "^2.0.0",
"argparse": "^1.0.10",
"chalk": "^2.4.1",
"inquirer": "^3.2.1",
"lodash.reduce": "^4.6.0",
"spike-core": "^2.2.0",
"universal-analytics": "^0.4.13"
"spike-core": "^2.2.1",
"universal-analytics": "^0.4.17"
},
"devDependencies": {
"ava": "^0.21.0",
"coveralls": "^2.13.1",
"ava": "^0.25.0",
"coveralls": "^3.0.1",
"husky": "^0.14.3",
"nyc": "^11.0.3",
"prettier": "^1.5.3",
"nyc": "^12.0.2",
"prettier": "^1.13.5",
"rewire": "^2.5.1"
},
"engines": {
Expand Down
Loading

0 comments on commit 92a44f0

Please sign in to comment.