We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 4397b7e + d605e07 commit 198d328Copy full SHA for 198d328
package.json
@@ -5,7 +5,8 @@
5
"main": "lib/index.js",
6
"types": "lib/index.d.ts",
7
"files": [
8
- "lib"
+ "lib/**/*.js",
9
+ "lib/**/*.d.ts"
10
],
11
"scripts": {
12
"test": "npm run test:js",
0 commit comments