There was an error while loading. Please reload this page.
1 parent d569557 commit 40c3ed9Copy full SHA for 40c3ed9
.travis.yml
@@ -1,5 +1,5 @@
1
language: node_js
2
node_js:
3
- - 0.8
4
- - 0.9
5
- - 0.10
+ - "0.9"
+ - "0.10"
+ - "0.11"
CHANGELOG.md
@@ -9,6 +9,7 @@
9
- Logging moved to CLI bin file
10
- Will cause double logging if you update global CLI to 3.2 but not local
11
- Will cause no logging if you update local to 3.1 but not global CLI
12
+- Drop support for < 0.9
13
14
## 3.1.3
15
package.json
@@ -38,7 +38,7 @@
38
"test": "mocha --reporter spec && jshint"
39
},
40
"engines": {
41
- "node": ">= 0.7"
+ "node": ">= 0.9"
42
43
"licenses": [
44
{
0 commit comments