Skip to content

Commit 2e0d91d

Browse files
authored
chore: limit npm published files and set access to public (#4)
1 parent 7976276 commit 2e0d91d

File tree

2 files changed

+14
-0
lines changed

2 files changed

+14
-0
lines changed

.npmignore

+12
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
*.test.js
2+
test/
3+
.github/
4+
.husky/
5+
coverage/
6+
.idea/
7+
ava.config.js
8+
commitlint.config.js
9+
release.config.js
10+
eslint.config.js
11+
Makefile
12+
.tool-versions

.npmrc

+2
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
access: public
2+
provenance: true

0 commit comments

Comments
 (0)