Skip to content

Commit

Permalink
chore: utils
Browse files Browse the repository at this point in the history
  • Loading branch information
coltenkrauter committed Nov 4, 2024
1 parent e067757 commit 8c1d048
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 5 deletions.
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

16 changes: 13 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@krauters/monkey-patcher",
"description": " Monkey Patcher is a package for modifying the behavior of functions or objects at runtime, without altering original code. ",
"version": "0.2.0",
"version": "0.3.0",
"main": "dist/index.js",
"type": "commonjs",
"scripts": {
Expand All @@ -16,12 +16,22 @@
"upgrade:all": "npx npm-check-updates --upgrade && npm install"
},
"keywords": [
"helper",
"monkey-patcher",
"monkey",
"typescript",
"utils",
"utility",
"helper"
"utils"
],
"author": "Colten Krauter <coltenkrauter>",
"bugs": {
"url": "https://github.com/krauters/monkey-patcher/issues/new?title=%5BBUG%5D+Brief+Description&template=bug_report.md"
},
"repository": {
"type": "git",
"url": "https://github.com/krauters/monkey-patcher.git"
},
"homepage": "https://buymeacoffee.com/coltenkrauter",
"license": "ISC",
"devDependencies": {
"@jest/globals": "^29.7.0",
Expand Down

0 comments on commit 8c1d048

Please sign in to comment.