Skip to content

Commit 16923fe

Browse files
authored
chore: add greenkeeper ignore rule for string-width, which no longer supports Node 0.10 (#634)
1 parent 658a34c commit 16923fe

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

package.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -70,5 +70,10 @@
7070
"license": "MIT",
7171
"engine": {
7272
"node": ">=0.10"
73+
},
74+
"greenkeeper": {
75+
"ignore": [
76+
"string-width"
77+
]
7378
}
7479
}

0 commit comments

Comments
 (0)