From d5b3e85940e768960470537be0773321dfacd0b7 Mon Sep 17 00:00:00 2001 From: Lukas Winkler Date: Sat, 21 Oct 2017 20:03:50 +0200 Subject: [PATCH] fix content of package.json --- src/package.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/package.json b/src/package.json index fecb720..38dd59c 100644 --- a/src/package.json +++ b/src/package.json @@ -1,5 +1,5 @@ { - "name": "src", + "name": "github-issue-mirror", "version": "1.0.0", "description": "", "main": "index.js", @@ -12,6 +12,6 @@ "compileCSS": "node-sass --recursive --output-style compressed --output public/css --source-map true --source-map-contents scss", "watchSCSS": "node-sass --watch --recursive --output-style compressed --output public/css --source-map true --source-map-contents scss" }, - "author": "", - "license": "ISC" + "author": "Piwik Team", + "license": "GPL3" }