diff --git a/.npmignore b/.npmignore new file mode 100644 index 0000000..8b094c1 --- /dev/null +++ b/.npmignore @@ -0,0 +1,7 @@ +.istanbul +.grunt +spec +.jshintrc +.travis.yml +beautify.json +Gruntfile.js diff --git a/package.json b/package.json index ec70553..8391300 100644 --- a/package.json +++ b/package.json @@ -19,19 +19,16 @@ "licenses": [ { "type": "MIT", - "url": "https://github.com/ModelN/backbone.subroute/blob/master/LICENSE-MIT" + "url": "https://github.com/ModelN/backbone.subroute/blob/master/LICENSE" } ], - "main": "Gruntfile.js", + "main": "backbone.subroute.js", "engines": { "node": ">= 0.8.0" }, "scripts": { "test": "grunt travis --verbose" }, - "dependencies": { - "backbone": "~1.1.0" - }, "devDependencies": { "grunt": "~0.4", "grunt-cli": "~0.1", @@ -44,7 +41,8 @@ "grunt-template-jasmine-istanbul": "~0.2.4", "jasmine-sinon": "~0.3.1", "sinon": "~1.7.3", - "underscore": "~1.5.2" + "underscore": "~1.5.2", + "backbone": "~1.1.0" }, "keywords": [ "backbone",