From d8a75802a9351c5a2fe6503b2c6d19340ff4aea5 Mon Sep 17 00:00:00 2001 From: Peter deHaan Date: Wed, 20 May 2015 22:48:25 -0700 Subject: [PATCH] Update license attribute specifying the type and URL is deprecated: https://docs.npmjs.com/files/package.json#license http://npm1k.org/ --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 20eebf3..f61988d 100644 --- a/package.json +++ b/package.json @@ -18,6 +18,6 @@ "btoa": "bin/btoa.js" }, "main": "index", - "license": "Apache2", + "license": "Apache-2.0", "version": "1.1.2" }