8000 Drop node 0.6 support, not supported by NPM anymore · protobufjs/bytebuffer.js@61a7026 · GitHub
[go: up one dir, main page]

Skip to content

Commit 61a7026

Browse files
committed
Drop node 0.6 support, not supported by NPM anymore
1 parent f589c35 commit 61a7026

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

.travis.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
language: node_js
22
node_js:
3-
- 0.6
43
- 0.8
54
- 0.10

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
},
2323
"license": "Apache-2.0",
2424
"engines": {
25-
"node": ">=0.6"
25+
"node": ">=0.8"
2626
},
2727
"scripts": {
2828
"prepublish": "npm test",

0 commit comments

Comments
 (0)
0