Merge pull request #2435 from theoreticaLee/master

Add backbone's license info to package.json
This commit is contained in:
Sam Breed
2013-03-26 22:08:09 -07:00

View File

@@ -16,5 +16,6 @@
"test": "phantomjs test/vendor/runner.js test/index.html?noglobals=true && coffee test/model.coffee"
},
"main" : "backbone.js",
"version" : "1.0.0"
"version" : "1.0.0",
"license" : "MIT"
}