svelte-otp
Advanced tools
Comparing version 0.0.5 to 0.0.6
{ | ||
"name": "svelte-otp", | ||
"version": "0.0.5", | ||
"version": "0.0.6", | ||
"description": "svelte Otp", | ||
@@ -74,7 +74,10 @@ "type": "module", | ||
"./package.json": "./package.json", | ||
"./.DS_Store": "./.DS_Store", | ||
"./Index.svelte": "./Index.svelte", | ||
"./TextInput/Index.svelte": "./TextInput/Index.svelte", | ||
"./TextInput/textinput.css": "./TextInput/textinput.css", | ||
"./index.css": "./index.css" | ||
} | ||
"./index.css": "./index.css", | ||
".": "./index.js" | ||
}, | ||
"svelte": "./index.js" | ||
} |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
10380
11
68