From 9d725f14407c19ffdea266936eb01b1bb9caaee2 Mon Sep 17 00:00:00 2001 From: Andreas Kohn Date: Tue, 23 Jun 2015 14:26:16 +0200 Subject: [PATCH] Use a SPDX-compatible identifier for the 'license' value This fixes the warning issued at `npm install` time. --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index e4c6236b..241778f1 100644 --- a/package.json +++ b/package.json @@ -10,7 +10,7 @@ "description": "Swagger UI is a dependency-free collection of HTML, JavaScript, and CSS assets that dynamically generate beautiful documentation from a Swagger-compliant API", "version": "2.1.0", "homepage": "http://swagger.io", - "license": "Apache 2.0", + "license": "Apache-2.0", "main": "dist/swagger-ui.js", "scripts": { "build": "gulp",