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