We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e03e2ec commit bc982eaCopy full SHA for bc982ea
1 file changed
package.json
@@ -18,6 +18,9 @@
18
"license": "MIT",
19
"author": "Owais Lone",
20
"main": "lib/index.js",
21
+ "files": [
22
+ "lib/"
23
+ ],
24
"types": "typings.d.ts",
25
"scripts": {
26
"pretty": "prettier --loglevel warn --write lib/*.js tests/*.js",
0 commit comments