Skip to content

Commit

Permalink
chore: Updated deps.
Browse files Browse the repository at this point in the history
  • Loading branch information
shannonmoeller committed Jun 14, 2017
1 parent 60d5576 commit 0368947
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 11 deletions.
3 changes: 2 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
sudo: false
language: node_js
node_js:
- '8'
- '6'
- '4'
after_script:
- npm run coveralls
- npm run report
20 changes: 10 additions & 10 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,10 @@
"name": "cli-columns",
"version": "3.0.0",
"description": "Columnated lists for the CLI.",
"main": "index.js",
"scripts": {
"coveralls": "nyc report -r text-lcov | coveralls",
"report": "nyc report -r text-lcov | coveralls",
"test": "xo && nyc ava"
},
"repository": {
"type": "git",
"url": "https://github.com/shannonmoeller/cli-columns"
},
"keywords": [
"ansi",
"cli",
Expand All @@ -27,11 +22,13 @@
"unix"
],
"author": "Shannon Moeller <me@shannonmoeller> (http://shannonmoeller.com)",
"homepage": "https://github.com/shannonmoeller/cli-columns#readme",
"repository": "shannonmoeller/cli-columns",
"license": "MIT",
"bugs": {
"url": "https://github.com/shannonmoeller/cli-columns/issues"
},
"homepage": "https://github.com/shannonmoeller/cli-columns",
"main": "index.js",
"files": [
"*.js"
],
"dependencies": {
"string-width": "^2.0.0",
"strip-ansi": "^3.0.1"
Expand All @@ -42,5 +39,8 @@
"coveralls": "^2.11.16",
"nyc": "^10.1.2",
"xo": "^0.17.1"
},
"engines": {
"node": ">= 4"
}
}

0 comments on commit 0368947

Please sign in to comment.