Fix claritas failure with module-info.

Resolves https://github.com/dscalzi/Nebula/issues/35
This commit is contained in:
Daniel Scalzi
2021-09-30 00:53:48 -04:00
parent 62695ce996
commit 5b0b9fb4fe
3 changed files with 4 additions and 4 deletions

Binary file not shown.

6
package-lock.json generated
View File

@@ -214,9 +214,9 @@
"dev": true
},
"@types/node": {
"version": "14.17.19",
"resolved": "https://registry.npmjs.org/@types/node/-/node-14.17.19.tgz",
"integrity": "sha512-jjYI6NkyfXykucU6ELEoT64QyKOdvaA6enOqKtP4xUsGY0X0ZUZz29fUmrTRo+7v7c6TgDu82q3GHHaCEkqZwA==",
"version": "14.17.20",
"resolved": "https://registry.npmjs.org/@types/node/-/node-14.17.20.tgz",
"integrity": "sha512-gI5Sl30tmhXsqkNvopFydP7ASc4c2cLfGNQrVKN3X90ADFWFsPEsotm/8JHSUJQKTHbwowAHtcJPeyVhtKv0TQ==",
"dev": true
},
"@types/responselike": {

View File

@@ -30,7 +30,7 @@
"@types/fs-extra": "^9.0.13",
"@types/luxon": "^2.0.4",
"@types/minimatch": "^3.0.5",
"@types/node": "^14.17.19",
"@types/node": "^14.17.20",
"@types/triple-beam": "^1.3.2",
"@types/yargs": "^17.0.3",
"@typescript-eslint/eslint-plugin": "^4.32.0",