Added name and version to the package-json (won't compile otherwise)

See https://stackoverflow.com/a/60112825/4119906
This commit is contained in:
Shay Nehmad 2020-07-16 14:15:41 +03:00
parent 7170d5441a
commit 491660eb2e
1 changed files with 2 additions and 1 deletions

View File

@ -1,6 +1,7 @@
{
"private": true,
"version": "1.0.0",
"version": "1.8.2",
"name": "infection-monkey",
"description": "Infection Monkey C&C UI",
"scripts": {
"clean": "rimraf dist/*",