Skip to content

Commit

Permalink
Add files field to ignore unnecessary files in the package
Browse files Browse the repository at this point in the history
  • Loading branch information
taketo1113 committed Dec 4, 2024
1 parent fd8bc69 commit b951013
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,9 @@
"description": "alternative rails-ujs",
"type": "module",
"main": "src/index.js",
"files": [
"src"
],
"scripts": {
"lint": "eslint src test",
"format": "eslint src test --fix",
Expand Down

0 comments on commit b951013

Please sign in to comment.