Skip to content

Commit

Permalink
chore: add test.sh to exported files
Browse files Browse the repository at this point in the history
this allows to run the `test` script from downloaded npm packages :)
  • Loading branch information
mgred committed Apr 15, 2023
1 parent 84ce83e commit e7cd3fa
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 @@ -11,5 +11,8 @@
"prepack": "npm run build"
},
"description": "An npm package like `yes` that lives in its `package.json`",
"files": [
"test.sh"
],
"license": "GPL-3.0-or-later"
}

0 comments on commit e7cd3fa

Please sign in to comment.