Update package.json

Fixed formatting
This commit is contained in:
Avamander
2019-01-24 03:16:59 +02:00
committed by GitHub
parent 8a209436c5
commit 1398bcaa6f
+4 -4
View File
@@ -2,11 +2,11 @@
"name": "flood",
"version": "1.0.0",
"private": false,
"license" : "GPL-3.0-only"
"license": "GPL-3.0-only",
"repository": {
"type" : "git",
"url" : "https://github.com/jfurrow/flood.git"
}
"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",