Skip to content

Commit

Permalink
Merge pull request #20 from apiaryio/honzajavorek/node6-and-newest-pr…
Browse files Browse the repository at this point in the history
…otagonist

Node 6 support and the newest Protagonist
  • Loading branch information
honzajavorek committed Apr 27, 2016
2 parents 3600145 + e4eac66 commit 344b40b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ node_js:
- "iojs-v2.5.0"
- "4"
- "5"
- "6"
before_install:
- "npm -g install npm@latest"
before_script:
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "dredd-transactions",
"version": "0.0.3",
"version": "0.0.4",
"description": "Compiles HTTP Transactions (Request-Response pairs) from API description document",
"main": "lib/dredd-transactions.js",
"scripts": {
Expand All @@ -18,7 +18,7 @@
},
"dependencies": {
"clone": "^1.0.2",
"protagonist": "1.3.0",
"protagonist": "^1.3.2",
"sift": "^3.2.1",
"traverse": "^0.6.6",
"uri-template": "^1.0.0"
Expand Down

0 comments on commit 344b40b

Please sign in to comment.