Skip to content

Commit 3bcb4f3

Browse files
committed
add .npmignore
1 parent 215a129 commit 3bcb4f3

File tree

3 files changed

+3
-1
lines changed

3 files changed

+3
-1
lines changed

.npmignore

+2
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
tests/
2+
src/

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"main": "lib/index.js",
66
"types": "lib",
77
"scripts": {
8-
"test": "node test/test.js",
8+
"test": "node tests/test.js",
99
"build": "tsc -p ."
1010
},
1111
"keywords": [
File renamed without changes.

0 commit comments

Comments
 (0)