From 4a2f5ff9a69c3dad484cd58578eac9a7e44591c4 Mon Sep 17 00:00:00 2001 From: Pavel Ivanov Date: Tue, 8 Dec 2015 09:55:08 +0200 Subject: [PATCH] fix spdx license identificator https://github.com/cdnjs/cdnjs/pull/6423 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index dc042ae..e418e79 100644 --- a/package.json +++ b/package.json @@ -22,6 +22,6 @@ "jQuery-plugin", "bootstrap" ], - "license": "Apache 2.0", + "license": "Apache-2.0", "licenseUrl": "http://apache.org/licenses/LICENSE-2.0.html" }