Skip to content

Commit

Permalink
Merge 4e7d62d into 90f5291
Browse files Browse the repository at this point in the history
  • Loading branch information
WindomZ committed Dec 26, 2018
2 parents 90f5291 + 4e7d62d commit 0dfb8d8
Show file tree
Hide file tree
Showing 3 changed files with 1,598 additions and 1,320 deletions.
3 changes: 2 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,9 @@ os:

node_js:
- '6.14'
- '7'
- '8'
- '9'
- '10'
- 'lts/*'
- 'node'

Expand Down
12 changes: 6 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,15 +32,15 @@
},
"homepage": "https://github.com/WindomZ/gituser.js#readme",
"dependencies": {
"colors": "^1.3.2",
"commander": "^2.17.1",
"inquirer": "^6.0.0",
"shelljs": "^0.8.2"
"colors": "^1.3.3",
"commander": "^2.19.0",
"inquirer": "^6.2.1",
"shelljs": "^0.8.3"
},
"devDependencies": {
"ava": "^0.25.0",
"ava": "^1.0.1",
"coveralls": "^3.0.2",
"nyc": "^13.0.1",
"nyc": "^13.1.0",
"standard": "^12.0.1"
}
}
Loading

0 comments on commit 0dfb8d8

Please sign in to comment.