Skip to content

Commit

Permalink
chore: add greenkeeper ignore rule for string-width, which no longer …
Browse files Browse the repository at this point in the history
…supports Node 0.10 (#634)
  • Loading branch information
bcoe committed Sep 30, 2016
1 parent 658a34c commit 16923fe
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -70,5 +70,10 @@
"license": "MIT",
"engine": {
"node": ">=0.10"
},
"greenkeeper": {
"ignore": [
"string-width"
]
}
}

0 comments on commit 16923fe

Please sign in to comment.