Skip to content

Commit

Permalink
merge :: 'devel' of github.com:mimetnet/node-stringify-stream
Browse files Browse the repository at this point in the history
* 'devel' of github.com:mimetnet/node-stringify-stream:
  package.json :: 1.0.3-beta
  package.json :: update dependencies
  travis.yml :: test against iojs-v2 & iojs-v3
  travis.yml :: build in containers
  • Loading branch information
mimetnet committed Aug 27, 2015
2 parents d605661 + be9aa26 commit 337919c
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 6 deletions.
6 changes: 4 additions & 2 deletions .travis.yml
@@ -1,3 +1,5 @@
sudo: false

language: node_js

before_install:
Expand All @@ -13,6 +15,6 @@ node_js:
- '0.11'
- '0.12'
- 'iojs-v1.0.0'
- 'iojs-v1.4.3'
- 'iojs-v1.6.0'
- 'iojs-v2.0.0'
- 'iojs-v3.0.0'
- 'iojs'
8 changes: 4 additions & 4 deletions package.json
@@ -1,14 +1,14 @@
{
"name": "stringify-stream",
"version": "1.0.2",
"version": "1.0.3-beta",
"description": "Streaming Transform of objects via JSON.stringify",
"dependencies": {
"readable-stream": "~1.1.0"
"readable-stream": "~2.0.2"
},
"devDependencies": {
"concat-stream": "~1.4.8",
"concat-stream": "~1.5.0",
"stream-array": "~1.1.0",
"tape": "~4.0.0"
"tape": "~4.2.0"
},
"scripts": {
"test": "./node_modules/.bin/tape ./test/*.js"
Expand Down

0 comments on commit 337919c

Please sign in to comment.