Skip to content

Commit 3c5a6af

Browse files
author
Michael
committed
chore: switch to .npmignore config file
1 parent ad72b28 commit 3c5a6af

File tree

2 files changed

+10
-4
lines changed

2 files changed

+10
-4
lines changed

.npmignore

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
.*
2+
.idea/
3+
.vscode/
4+
node_modules/
5+
*.config.js
6+
tsconfig.json
7+
CONTRIBUTING.md
8+
dist/__tests__
9+
docs/
10+
src/

package.json

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -63,9 +63,5 @@
6363
"rimraf": "3.0.2",
6464
"typescript": "4.1.5"
6565
},
66-
"files": [
67-
"dist/",
68-
"macro.d.ts"
69-
],
7066
"license": "ISC"
7167
}

0 commit comments

Comments
 (0)