Skip to content

Commit

Permalink
packages updated
Browse files Browse the repository at this point in the history
  • Loading branch information
NazmusSayad committed Sep 29, 2024
1 parent 81cad15 commit a960ab8
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 17 deletions.
22 changes: 10 additions & 12 deletions package-lock.json

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

10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "npmize",
"version": "1.1.9",
"version": "1.1.10",
"description": "Let's create an npm package without worrying about anything.",
"bin": "./dist/index.js",
"scripts": {
Expand All @@ -16,13 +16,13 @@
"ansi-colors": "^4.1.3",
"chokidar": "^4.0.1",
"cross-spawn": "^7.0.3",
"noarg": "^3.1.2"
"noarg": "^3.1.6",
"typescript": "^5.6.2"
},
"devDependencies": {
"@types/cross-spawn": "^6.0.6",
"@types/node": "^22.7.3",
"prettier": "^3.3.3",
"typescript": "^5.6.2"
"@types/node": "^22.7.4",
"prettier": "^3.3.3"
},
"keywords": [
"npm",
Expand Down

0 comments on commit a960ab8

Please sign in to comment.