We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 16236b0 commit a840908Copy full SHA for a840908
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "@krofdrakula/drop",
3
- "version": "0.0.3",
+ "version": "0.0.4",
4
"private": false,
5
"publishConfig": {
6
"access": "public"
@@ -36,7 +36,8 @@
36
"scripts": {
37
"build": "vite build",
38
"dev": "vite",
39
- "test": "vitest"
+ "test": "vitest",
40
+ "prepublish": "vite build"
41
},
42
"devDependencies": {
43
"typescript": "^5.0.4",
tsconfig.json
@@ -4,5 +4,6 @@
"declaration": true,
"module": "ESNext",
"lib": ["DOM", "ESNext"]
7
- }
+ },
8
+ "include": ["src"]
9
}
0 commit comments