We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9249341 commit d0d9aa8Copy full SHA for d0d9aa8
1 file changed
package.json
@@ -7,8 +7,9 @@
7
"node": ">=10.18.1"
8
},
9
"files": [
10
- "index.js",
11
- "lib/*"
+ "build/*",
+ "!test-utils",
12
+ "!*.test.js"
13
],
14
"scripts": {
15
"dev": "babel-node lib/main.js",
0 commit comments