fixed camel case filename for doc run script

This commit is contained in:
Morgan 'ARR\!' Allen
2014-10-27 18:52:45 -07:00
parent eda14bdfb9
commit 81eb7fd3cb

View File

@@ -15,7 +15,7 @@
"scripts": {
"test": "phantomjs test/vendor/runner.js test/index.html?noglobals=true && coffee test/model.coffee",
"build": "uglifyjs backbone.js --mangle --source-map backbone-min.map -o backbone-min.js",
"doc": "docco backbone.js && docco examples/todos/todos.js examples/backbone.localstorage.js",
"doc": "docco backbone.js && docco examples/todos/todos.js examples/backbone.localStorage.js",
"lint": "jsl -nofilelisting -nologo -conf docs/jsl.conf -process backbone.js"
},
"main" : "backbone.js",