Use SPDB license id

This avoids an npm warning telling you to use such an id.
This commit is contained in:
Mat Schaffer
2015-08-27 07:35:59 +09:00
parent 7e44a8ed1d
commit be3f657073

View File

@@ -57,7 +57,7 @@
"test": "grunt test",
"coveralls": "grunt karma:coveralls && rm -rf ./coverage"
},
"license": "Apache License",
"license": "Apache-2.0",
"dependencies": {
"grunt-jscs": "~1.5.x",
"karma-sinon": "^1.0.3",