Skip to content

Commit 035e52d

Browse files
committed
chore: update
1 parent 2822bf1 commit 035e52d

File tree

2 files changed

+22
-13
lines changed

2 files changed

+22
-13
lines changed

.npmignore

Lines changed: 20 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,21 @@
1-
.*.swp
2-
._*
1+
__tests__/
2+
.github/
3+
.husky/
4+
node_modules/
5+
.git/
6+
.gitignore
7+
.idea/
8+
.vscode/
9+
*.log
10+
*.swp
311
.DS_Store
4-
.git
5-
.hg
6-
.npmrc
7-
.lock-wscript
8-
.svn
9-
.wafpickle-*
10-
config.gypi
11-
CVS
12-
npm-debug.log
13-
src
12+
coverage/
13+
.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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,8 @@
2828
},
2929
"license": "MIT",
3030
"author": "DEV.ME <support@dev.me> (https://dev.me)",
31-
"main": "./index.js",
31+
"main": "dist/index.js",
32+
"types": "dist/index.d.ts",
3233
"scripts": {
3334
"build": "rm -rf dist && tsc -p .",
3435
"lint": "biome check",

0 commit comments

Comments
 (0)