Skip to content

Commit

Permalink
removed test building
Browse files Browse the repository at this point in the history
  • Loading branch information
sakren committed Jan 2, 2014
1 parent 76ab1fb commit 77072b1
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions README.md
Expand Up @@ -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))

Expand Down
4 changes: 2 additions & 2 deletions 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"
Expand Down Expand Up @@ -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;"
}
}

0 comments on commit 77072b1

Please sign in to comment.