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

16
.gitignore vendored
View File

@@ -1,2 +1,16 @@
node_modules/
package-lock.json
logs
*.log
npm-debug.log*
yarn-debug.log*
yarn-error.log*
lerna-debug.log*
.pnpm-debug.log*
.eslintcache
.yarn-integrity
.yarn/cache
.yarn/unplugged
.yarn/build-state.yml
.yarn/install-state.gz
.pnp.*

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=="
}
}
}

View File

@@ -1,6 +1,6 @@
{
"name": "@tp/tp-input",
"version": "1.0.2",
"version": "1.0.3",
"description": "",
"main": "tp-input.js",
"scripts": {
@@ -13,6 +13,7 @@
"author": "trading_peter",
"license": "Apache-2.0",
"dependencies": {
"lit": "^2.2.0",
"@tp/helpers": "^1.0.0"
}
}