Initial version

This commit is contained in:
2022-03-16 23:45:06 +01:00
parent 0625869d76
commit 69690793be
5 changed files with 220 additions and 40 deletions

13
package-lock.json generated Normal file
View File

@ -0,0 +1,13 @@
{
"name": "@tp/tp-popup",
"version": "0.0.1",
"lockfileVersion": 1,
"requires": true,
"dependencies": {
"@tp/helpers": {
"version": "1.0.1",
"resolved": "https://verdaccio.codeblob.work/@tp%2fhelpers/-/helpers-1.0.1.tgz",
"integrity": "sha512-f6pDPw4QpjWnmVkYgOHjMXQXtGB4vbA45eZV9DjCF9OoCXsa+Pz32H2rLQRKbdpsfFllywOBI+GMGPYDJyrG/Q=="
}
}
}