Skip to content

Commit

Permalink
Merge pull request #10 from taketo1113/npm-files
Browse files Browse the repository at this point in the history
Add `files` field to ignore unnecessary files in the package
  • Loading branch information
taketo1113 authored Dec 4, 2024
2 parents fd8bc69 + b951013 commit 1037b19
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 1037b19

Please sign in to comment.