mirror of
https://github.com/jashkenas/backbone.git
synced 2026-04-30 03:00:06 -04:00
Merge pull request #1852 from braddunbar/noglobals
Use noglobals in `npm test`.
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user