forked from p15670423/monkey
Added name and version to the package-json (won't compile otherwise)
See https://stackoverflow.com/a/60112825/4119906
This commit is contained in:
parent
7170d5441a
commit
491660eb2e
|
@ -1,6 +1,7 @@
|
||||||
{
|
{
|
||||||
"private": true,
|
"private": true,
|
||||||
"version": "1.0.0",
|
"version": "1.8.2",
|
||||||
|
"name": "infection-monkey",
|
||||||
"description": "Infection Monkey C&C UI",
|
"description": "Infection Monkey C&C UI",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"clean": "rimraf dist/*",
|
"clean": "rimraf dist/*",
|
||||||
|
|
Loading…
Reference in New Issue