From 565335125da24cfb0f1ed57d1b67ccca4445f101 Mon Sep 17 00:00:00 2001 From: Peter deHaan Date: Wed, 20 May 2015 15:36:08 -0700 Subject: [PATCH] Update license attribute specifying the type and URL is deprecated: https://docs.npmjs.com/files/package.json#license http://npm1k.org/ Changed to "Apache-2.0" per SPDX licenses page: https://spdx.org/licenses/ --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 8f98e46..e9e3328 100644 --- a/package.json +++ b/package.json @@ -4,7 +4,7 @@ , "email": "jhs@iriscouch.com" } , "contributors": [ "Jarrett Cruger " ] , "description": "Extremely robust, fault-tolerant CouchDB changes follower" -, "license": "Apache 2.0" +, "license": "Apache-2.0" , "keywords": ["couchdb", "changes", "sleep", "sleepy"] , "homepage": "http://github.com/iriscouch/follow" , "repository": { "type": "git"