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 0b8ddec commit 0d201c3Copy full SHA for 0d201c3
.npmignore
package.json
@@ -7,6 +7,14 @@
7
},
8
"main": "dist/index.js",
9
"types": "types/index.d.ts",
10
+ "files": [
11
+ "dist",
12
+ "docs",
13
+ "exceptions.js",
14
+ "exceptions.ts",
15
+ "lib",
16
+ "types"
17
+ ],
18
"scripts": {
19
"pretest": "npm run build",
20
"test": "API_BASE_URL=http://localhost:1234/ TEST_PORT=1234 mocha -r ts-node/register test/*.spec.ts",
0 commit comments