Skip to content

Commit c5479c2

Browse files
committed
fix: Package contents
1 parent 342eccf commit c5479c2

File tree

2 files changed

+4
-5
lines changed

2 files changed

+4
-5
lines changed

.npmignore

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,11 @@
11
**/*.test.ts
2-
tsconfig.json
2+
**/*.test.tsx
3+
tsconfig.*
34
.env
45
.volumes/
56
yarn-error.log
6-
.github/**
7+
.github/
78
src/**
9+
test/
810
coverage/
911
.dependabot/

package.json

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,9 +22,6 @@
2222
"publishConfig": {
2323
"access": "public"
2424
},
25-
"files": [
26-
"dist/links.jsx"
27-
],
2825
"scripts": {
2926
"test": "jest --coverage",
3027
"test:watch": "jest --watch",

0 commit comments

Comments
 (0)