Merge pull request #1852 from braddunbar/noglobals

Use noglobals in `npm test`.
This commit is contained in:
Jeremy Ashkenas
2012-11-29 08:47:55 -08:00

View File

@@ -11,7 +11,7 @@
"phantomjs": "0.2.2"
},
"scripts": {
"test": "phantomjs test/vendor/runner.js test/index.html"
"test": "phantomjs test/vendor/runner.js test/index.html?noglobals=true"
},
"main" : "backbone.js",
"version" : "0.9.2"