From be3f657073e62bd1ce4f4b3a76157a7874e6238f Mon Sep 17 00:00:00 2001 From: Mat Schaffer Date: Thu, 27 Aug 2015 07:35:59 +0900 Subject: [PATCH] Use SPDB license id This avoids an npm warning telling you to use such an id. --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index d483ffd0d6c..60f60273473 100644 --- a/package.json +++ b/package.json @@ -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",