Skip to content
This repository was archived by the owner on Nov 8, 2024. It is now read-only.

Commit d37b889

Browse files
committed
Merge pull request #63 from apiaryio/iojs2
Add support for iojs v2.0.x
2 parents a3877ca + 0ccccb6 commit d37b889

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

.travis.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ node_js:
55
- "0.10"
66
- "0.8"
77
- "iojs-1"
8+
- "iojs-2"
89
script: "npm install && npm test"
910
before_install:
1011
- git submodule update --init --recursive

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "protagonist",
3-
"version": "0.19.4",
3+
"version": "0.19.5",
44
"description": "API Blueprint Parser",
55
"author": "Apiary.io <support@apiary.io>",
66
"main": "./build/Release/protagonist",
@@ -12,7 +12,7 @@
1212
"node": ">=0.8.15"
1313
},
1414
"dependencies": {
15-
"nan": "~1.6.x"
15+
"nan": "~1.8.4"
1616
},
1717
"devDependencies": {
1818
"coffee-script": "~1.6.0",

0 commit comments

Comments
 (0)