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 7a8424e commit fff04cbCopy full SHA for fff04cb
.npmignore
package.json
@@ -53,6 +53,10 @@
53
"standard": "^12.0.1"
54
},
55
"main": "./lib/index.js",
56
+ "files": [
57
+ "lib/",
58
+ "!lib/**/__tests__/"
59
+ ],
60
"scripts": {
61
"full-ci": "npm run lint && npm run coverage",
62
"coverage": "istanbul cover -i 'lib/**' -x '**/__tests__/**' test.js",
0 commit comments