From 16cb5c0f53c22f091d2858cc5a875cf04733a4e3 Mon Sep 17 00:00:00 2001 From: Michael Moroni Date: Sun, 26 Jul 2015 15:11:38 +0200 Subject: [PATCH] Fix warning Fix warning during compiling ```npm WARN package.json Telegram@0.4.7 license should be a valid SPDX license expression``` --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 36e64ac7..96ed9b07 100644 --- a/package.json +++ b/package.json @@ -26,7 +26,7 @@ "url": "https://github.com/zhukov/webogram.git" }, "author": "zhukov", - "license": "GPL", + "license": "GPL-3.0", "bugs": { "url": "https://github.com/zhukov/webogram/issues" },