Skip to content

Commit bc982ea

Browse files
committed
Include only lib files in package.json
1 parent e03e2ec commit bc982ea

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

package.json

+3
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,9 @@
1818
"license": "MIT",
1919
"author": "Owais Lone",
2020
"main": "lib/index.js",
21+
"files": [
22+
"lib/"
23+
],
2124
"types": "typings.d.ts",
2225
"scripts": {
2326
"pretty": "prettier --loglevel warn --write lib/*.js tests/*.js",

0 commit comments

Comments
 (0)