Skip to content

Commit 442760c

Browse files
committed
chore: use files instead of npmignore + include typings/lib
1 parent d3ae2be commit 442760c

File tree

2 files changed

+5
-8
lines changed

2 files changed

+5
-8
lines changed

.npmignore

Lines changed: 0 additions & 8 deletions
This file was deleted.

package.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,11 @@
66
"license": "MIT",
77
"main": "./build/lib/main",
88
"types": "./build/lib/main.d.ts",
9+
"files": [
10+
"build",
11+
"lib",
12+
"typings"
13+
],
914
"scripts": {
1015
"clean": "rimraf build",
1116
"compile": "tsc",

0 commit comments

Comments
 (0)