Skip to content

Commit bc982ea

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

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

package.json

Lines changed: 3 additions & 0 deletions
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)