Initial version

This commit is contained in:
2022-03-13 16:12:24 +01:00
parent 556941b24e
commit aed3f7eda9
5 changed files with 110 additions and 40 deletions

13
package-lock.json generated Normal file
View File

@@ -0,0 +1,13 @@
{
"name": "@tp/tp-multi-toggle",
"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=="
}
}
}