From 1b7cdbd61ecf530370c81a7df972835ceb6d46e0 Mon Sep 17 00:00:00 2001 From: Arthur Cinader <700572+acinader@users.noreply.github.com> Date: Mon, 27 Nov 2017 17:38:27 -0800 Subject: [PATCH] Silence License warning by using allowd wording to point user to a local file. --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 60876fdb..671ba572 100644 --- a/package.json +++ b/package.json @@ -17,7 +17,7 @@ "type": "git", "url": "git+https://github.com/parse-community/parse-php-sdk" }, - "license": "https://github.com/parse-community/parse-php-sdk/blob/master/LICENSE", + "license": "SEE LICENSE IN LICENSE", "homepage": "https://github.com/montymxb/parse-server-test#readme", "dependencies": { "parse-server-test": "1.3.4"