Merge pull request #756 from Avamander/patch-1

Added license and repository location to npm manifest
This commit is contained in:
Alexandre ZANNI
2019-01-24 20:37:42 +01:00
committed by GitHub
+5
View File
@@ -2,6 +2,11 @@
"name": "flood",
"version": "1.0.0",
"private": false,
"license": "GPL-3.0-only",
"repository": {
"type": "git",
"url": "https://github.com/jfurrow/flood.git"
},
"scripts": {
"build": "node client/scripts/build.js",
"build-assets": "UPDATED_SCRIPT=build npm run deprecated-warning && npm run build",