Skip to content

Commit

Permalink
schema: Fix package files
Browse files Browse the repository at this point in the history
  • Loading branch information
bouzuya committed Jul 17, 2023
1 parent 0edbcd6 commit 877ef62
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
2 changes: 2 additions & 0 deletions packages/schema/.gitignore
Original file line number Diff line number Diff line change
@@ -1,2 +1,4 @@
/*.tgz
/.env*
/lib/
/node_modules/
3 changes: 3 additions & 0 deletions packages/schema/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,9 @@
"prettier": "^3.0.0",
"typescript": "^5.1.3"
},
"files": [
"lib"
],
"keywords": [],
"license": "MIT",
"main": "lib/index.js",
Expand Down

0 comments on commit 877ef62

Please sign in to comment.