Update package.json

This commit is contained in:
Aaron
2024-07-09 10:27:32 -05:00
parent eba8788a76
commit 06fd7e4eac
+5 -1
View File
@@ -2,7 +2,11 @@
"name": "@wxt-dev/analytics",
"version": "0.1.0",
"description": "Add analytics to your web extension",
"repository": "wxt-dev/wxt",
"repository": {
"type": "git",
"url": "https://github.com/wxt-dev/wxt.git",
"directory": "packages/analytics"
},
"license": "MIT",
"type": "module",
"exports": {