We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 215a129 commit 3bcb4f3Copy full SHA for 3bcb4f3
.npmignore
@@ -0,0 +1,2 @@
1
+tests/
2
+src/
package.json
@@ -5,7 +5,7 @@
5
"main": "lib/index.js",
6
"types": "lib",
7
"scripts": {
8
- "test": "node test/test.js",
+ "test": "node tests/test.js",
9
"build": "tsc -p ."
10
},
11
"keywords": [
test/test.js renamed to tests/test.js
0 commit comments