From 77072b1326068840d04b3d9e5e31036f3b7debec Mon Sep 17 00:00:00 2001 From: sakren Date: Thu, 2 Jan 2014 09:54:01 +0100 Subject: [PATCH] removed test building --- README.md | 3 +++ package.json | 4 ++-- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 6bfc2c7..dbbd1eb 100644 --- a/README.md +++ b/README.md @@ -249,6 +249,9 @@ it('should load some data and check received data', function(done) { ## Changelog +* 2.1.1 + + Removed forgotten tests building + * 2.1.0 + Added support for json prefixes ([discussion on stackoverflow](http://stackoverflow.com/questions/2669690/why-does-google-prepend-while1-to-their-json-responses)) diff --git a/package.json b/package.json index b996d91..0307213 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "browser-http", "description": "Simple (but advanced) HTTP for browser", - "version": "2.1.0", + "version": "2.1.1", "author": { "name": "David Kudera", "email": "sakren@gmail.com" @@ -33,7 +33,7 @@ "chai": "1.8.1" }, "scripts": { - "test": "npm run prepare-browser; mocha-phantomjs -p ./node_modules/phantomjs/bin/phantomjs ./test/index.html", + "test": "mocha-phantomjs -p ./node_modules/phantomjs/bin/phantomjs ./test/index.html", "prepare-browser": "cd test; simq build;" } } \ No newline at end of file