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 2822bf1 commit 035e52dCopy full SHA for 035e52d
.npmignore
@@ -1,13 +1,21 @@
1
-.*.swp
2
-._*
+__tests__/
+.github/
3
+.husky/
4
+node_modules/
5
+.git/
6
+.gitignore
7
+.idea/
8
+.vscode/
9
+*.log
10
+*.swp
11
.DS_Store
-.git
-.hg
-.npmrc
-.lock-wscript
-.svn
-.wafpickle-*
-config.gypi
-CVS
12
-npm-debug.log
13
-src
+coverage/
+.nyc_output/
14
+tsconfig.json
15
+jest.config.js
16
+biome.json
17
+release.config.js
18
+release.sh
19
+yarn.lock
20
+.npmignore
21
+!*.d.ts
package.json
@@ -28,7 +28,8 @@
28
},
29
"license": "MIT",
30
"author": "DEV.ME <support@dev.me> (https://dev.me)",
31
- "main": "./index.js",
+ "main": "dist/index.js",
32
+ "types": "dist/index.d.ts",
33
"scripts": {
34
"build": "rm -rf dist && tsc -p .",
35
"lint": "biome check",
0 commit comments