We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0afe9c9 commit b105376Copy full SHA for b105376
.travis.yml
@@ -1,7 +1,6 @@
1
language: node_js
2
node_js:
3
- - "0.10"
4
- - "0.12"
5
- "4"
6
- - "5"
+ - "6"
+ - "8"
7
after_script: npm run coverage
package.json
@@ -45,8 +45,8 @@
45
"author": "Ben Coe <ben@npmjs.com>",
46
"license": "ISC",
47
"dependencies": {
48
- "string-width": "^1.0.1",
49
- "strip-ansi": "^3.0.1",
+ "string-width": "^2.1.1",
+ "strip-ansi": "^4.0.0",
50
"wrap-ansi": "^2.0.0"
51
},
52
"devDependencies": {
@@ -60,5 +60,8 @@
60
61
"files": [
62
"index.js"
63
- ]
64
-}
+ ],
+ "engine": {
65
+ "node": ">=4"
66
+ }
67
+}
0 commit comments