From 34353f773b6b4b318797efb36457965b9f7c8250 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sybren=20A=2E=20St=C3=BCvel?= Date: Thu, 28 Sep 2017 14:46:52 +0200 Subject: [PATCH] Gulp: fixed license expression Running 'npm install --save-dev something' also moved the author & license keys to the top, which I just kept. --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index e5b03a73..0bdbc812 100644 --- a/package.json +++ b/package.json @@ -1,11 +1,11 @@ { "name": "pillar", + "license": "GPL-2.0+", + "author": "Blender Institute", "repository": { "type": "git", "url": "https://github.com/armadillica/pillar.git" }, - "author": "Blender Institute", - "license": "GPL", "devDependencies": { "gulp": "~3.9.1", "gulp-autoprefixer": "~2.3.1",