bug: fix broken deptest

This commit is contained in:
Bret Comnes
2020-02-18 11:14:44 -07:00
parent 056b60d531
commit d6623dd305

View File

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