From ec99b3207af3c07a9f57d5d193f9882578236df7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sybren=20A=2E=20St=C3=BCvel?= Date: Thu, 28 Sep 2017 15:36:42 +0200 Subject: [PATCH] Gulp: fixed license expression --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index abaec8d..51ae2ad 100644 --- a/package.json +++ b/package.json @@ -1,11 +1,11 @@ { "name": "blender-cloud", + "license": "GPL-2.0+", + "author": "Blender Institute", "repository": { "type": "git", "url": "git://git.blender.org/blender-cloud.git" }, - "author": "Blender Institute", - "license": "GPL-2.0", "devDependencies": { "gulp": "~3.9.1", "gulp-autoprefixer": "~2.3.1",