This commit is contained in:
Shibo Lyu 2021-08-06 12:58:47 +00:00
parent 27a9372357
commit 136944571f
6 changed files with 218 additions and 196 deletions

View file

@ -1,6 +1,6 @@
{
"name": "svelte-nova",
"version": "0.1.6",
"version": "0.1.7",
"main": "SvelteNova.novaextension/main.js",
"repository": "https://github.com/laosb/SvelteNova",
"author": "laosb <github@of.sb>",
@ -20,6 +20,7 @@
"typescript": "^4.2.2"
},
"dependencies": {
"nova-extension-utils": "^1.4.0"
"nova-extension-utils": "^1.4.0",
"yarn": "^1.22.11"
}
}