Add yarn.lock and update package.json

This commit is contained in:
Alexander Weidinger
2018-06-10 23:44:20 +02:00
parent f64ed0c2d0
commit 866adf5cfc
2 changed files with 326 additions and 5 deletions

View File

@@ -9,9 +9,7 @@
"clean": "rm -f crunchyroll-dark.css",
"build": "./node_modules/less/bin/lessc crunchyroll-dark.less crunchyroll-dark.css"
},
"repository": {
"type": "git",
"url": "git@git.scriptfish.org:alex/Crunchyroll-Dark.git"
},
"license": "GPL-3.0-or-later"
"repository": "git@git.scriptfish.org:alex/Crunchyroll-Dark.git",
"license": "GPL-3.0-or-later",
"author": "Alexander Weidinger <alexwegoo@gmail.com>"
}