Skip to content

Commit

Permalink
package.json: add files - include src, lib
Browse files Browse the repository at this point in the history
  • Loading branch information
kesha-antonov committed May 16, 2024
1 parent 436ea53 commit 87393fc
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,10 @@
"author": "Farid Safi",
"main": "lib/index.js",
"types": "lib/index.d.ts",
"files": [
"src",
"lib"
],
"scripts": {
"build": "rm -rf lib/ && node_modules/.bin/tsc && cp flow-typedefs/*.js.flow lib/",
"lint": "eslint . --ext .js,.jsx,.ts,.tsx",
Expand Down

0 comments on commit 87393fc

Please sign in to comment.