From 76dd0eaff26d25da66beff95bef8328c0acb71dd Mon Sep 17 00:00:00 2001 From: Patrick Steele-Idem Date: Wed, 5 Nov 2014 15:49:42 -0700 Subject: [PATCH] 1.3.0 --- package.json | 54 ++++++++++++++++++++++++++-------------------------- 1 file changed, 27 insertions(+), 27 deletions(-) diff --git a/package.json b/package.json index f13558787..a43bd4a6f 100644 --- a/package.json +++ b/package.json @@ -1,28 +1,28 @@ { - "name": "async-writer", - "description": "The async-writer module makes it possible to asynchronously write data to an output stream while still flushing out bytes in the correct order", - "repository": { - "type": "git", - "url": "https://github.com/raptorjs/async-writer.git" - }, - "scripts": { - "test": "node_modules/.bin/mocha --ui bdd --reporter spec ./test" - }, - "author": "Patrick Steele-Idem ", - "maintainers": "Patrick Steele-Idem ", - "dependencies": { - "events": "^1.0.2" - }, - "devDependencies": { - "mocha": "~1.15.1", - "chai": "~1.8.1", - "through": "^2.3.4" - }, - "license": "Apache License v2.0", - "bin": {}, - "main": "lib/async-writer.js", - "publishConfig": { - "registry": "https://registry.npmjs.org/" - }, - "version": "1.2.5" -} \ No newline at end of file + "name": "async-writer", + "description": "The async-writer module makes it possible to asynchronously write data to an output stream while still flushing out bytes in the correct order", + "repository": { + "type": "git", + "url": "https://github.com/raptorjs/async-writer.git" + }, + "scripts": { + "test": "node_modules/.bin/mocha --ui bdd --reporter spec ./test" + }, + "author": "Patrick Steele-Idem ", + "maintainers": "Patrick Steele-Idem ", + "dependencies": { + "events": "^1.0.2" + }, + "devDependencies": { + "mocha": "~1.15.1", + "chai": "~1.8.1", + "through": "^2.3.4" + }, + "license": "Apache License v2.0", + "bin": {}, + "main": "lib/async-writer.js", + "publishConfig": { + "registry": "https://registry.npmjs.org/" + }, + "version": "1.3.0" +}