File tree Expand file tree Collapse file tree 3 files changed +1074
-385
lines changed
Expand file tree Collapse file tree 3 files changed +1074
-385
lines changed Original file line number Diff line number Diff 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+ */
254254function keyVal ( str ) {
255255 return str . split ( ',' ) . reduce ( ( m , i ) => {
256256 const s = i . split ( ':' ) . map ( i => i . trim ( ) )
Original file line number Diff line number Diff line change 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" : {
You can’t perform that action at this time.
0 commit comments