bug: fix broken deptest

This commit is contained in:
Bret Comnes 2020-02-18 11:14:44 -07:00
parent 056b60d531
commit d6623dd305
No known key found for this signature in database
GPG Key ID: 3705F4634DC3A1AC

View File

@ -41,13 +41,13 @@
"dependency-check": "^4.1.0",
"gh-release": "^3.5.0",
"npm-run-all": "^4.1.5",
"standard": "^14.3.1"
"standard": "^14.3.1",
"sitedown": "^4.0.0"
},
"dependencies": {
"@actions/core": "1.2.2",
"async-neocities": "1.1.6",
"ms": "^2.1.2",
"nanoassert": "^2.0.0",
"sitedown": "^4.0.0"
"nanoassert": "^2.0.0"
}
}