Skip to content

Commit

Permalink
cleaned up package stuff
Browse files Browse the repository at this point in the history
  • Loading branch information
gavinhsmith committed Dec 30, 2024
1 parent 1dba64e commit 05b42bb
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
6 changes: 5 additions & 1 deletion .npmignore
Original file line number Diff line number Diff line change
Expand Up @@ -130,4 +130,8 @@ out

# Source Files
/src/
/tests/
/tests/
/config/
.github/
eslint.config.mjs
nodemon.json
5 changes: 4 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@gavinhsmith/shutdown",
"version": "1.0.14",
"version": "1.0.16",
"description": "A simple shutdown handler for Node.",
"type": "module",
"main": "./dist/index.js",
Expand All @@ -16,6 +16,9 @@
"homepage": "https://github.com/gavinhsmith/shutdown#readme",
"license": "MIT",
"private": false,
"publishConfig": {
"registry": "https://registry.npmjs.org/"
},
"devDependencies": {
"@eslint/js": "^9.17.0",
"@types/node": "^22.10.2",
Expand Down

0 comments on commit 05b42bb

Please sign in to comment.