mirror of
https://github.com/zoriya/flood.git
synced 2026-06-09 04:56:47 +00:00
Merge pull request #756 from Avamander/patch-1
Added license and repository location to npm manifest
This commit is contained in:
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user