From 162606b0aa8de41db58ce5fc03af6eac831dc674 Mon Sep 17 00:00:00 2001 From: Peter deHaan Date: Wed, 20 May 2015 20:43:10 -0700 Subject: [PATCH] Update license attribute specifying the type and URL is deprecated: https://docs.npmjs.com/files/package.json#license http://npm1k.org/ Updating license to "Apache-2.0" per https://spdx.org/licenses/ --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 0b77ad4..7da4b8f 100644 --- a/package.json +++ b/package.json @@ -19,5 +19,5 @@ "jsx" ], "author": "Pete Hunt", - "license": "Apache 2" + "license": "Apache-2.0" }