update package json

This commit is contained in:
Jonas Kruckenberg
2022-12-14 19:10:46 +01:00
parent e9f90cf8ff
commit 56eabd8b4f
12 changed files with 37 additions and 1 deletions
+4 -1
View File
@@ -1,7 +1,10 @@
{
"name": "tauri-plugin-{{name}}-api",
"name": "tauri-plugin-sql-api",
"version": "0.0.0",
"license": "MIT or APACHE-2.0",
"authors": [
"Tauri Programme within The Commons Conservancy"
],
"type": "module",
"browser": "dist/index.min.js",
"module": "dist/index.mjs",