Fix dependency

This commit is contained in:
2022-03-12 22:10:55 +01:00
parent ad8fc526ac
commit 7802084cf2
3 changed files with 30 additions and 2 deletions

13
package-lock.json generated Normal file
View File

@@ -0,0 +1,13 @@
{
"name": "@tp/tp-input",
"version": "1.0.1",
"lockfileVersion": 1,
"requires": true,
"dependencies": {
"@tp/helpers": {
"version": "1.0.0",
"resolved": "https://verdaccio.codeblob.work/@tp%2fhelpers/-/helpers-1.0.0.tgz",
"integrity": "sha512-0RcwkVBsZoa2jaOGwf0QNBHIC1vA/8G1rsvWC1j20tyyzZBOqGGOwvgnLN1TEP3C8zT4+oUMlQbu6DmkpW9T3A=="
}
}
}