Skip to content

Commit 2b9771b

Browse files
committed
Only node >= 4.0.0
1 parent d5ffe96 commit 2b9771b

4 files changed

Lines changed: 2 additions & 8 deletions

File tree

.travis.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,6 @@ os:
44
- osx
55
language: node_js
66
node_js:
7-
- "0.10"
8-
- "0.11"
9-
- "0.12"
107
- "4"
118
- "5"
129
- "6"

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ Version | Mac/Linux | Windows
88

99
This module provides native bindings to [bitcoin-core/secp256k1](https://github.com/bitcoin-core/secp256k1). In browser [elliptic](https://github.com/indutny/elliptic) will be used.
1010

11-
This library is experimental, so use at your own risk. Works on node version 0.10 or greater.
11+
This library is experimental, so use at your own risk. Works on node version 4.0.0 or greater.
1212

1313
## Installation
1414

appveyor.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,6 @@ build: off
33
skip_tags: true
44
environment:
55
matrix:
6-
- nodejs_version: "0.10"
7-
- nodejs_version: "0.11"
8-
- nodejs_version: "0.12"
96
- nodejs_version: "4"
107
- nodejs_version: "5"
118
- nodejs_version: "6"

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@
7676
"xorshift.js": "^1.0.3"
7777
},
7878
"engines": {
79-
"node": ">=0.10"
79+
"node": ">=4.0.0"
8080
},
8181
"gypfile": true,
8282
"browser": {

0 commit comments

Comments
 (0)