1
0
Fork 0

fix content of package.json

This commit is contained in:
Lukas Winkler 2017-10-21 20:03:50 +02:00
parent 3d72869918
commit d5b3e85940

View file

@ -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"
}