Skip to content

Commit

Permalink
1.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
fsgreco committed Jan 4, 2025
1 parent 4b76fcb commit a6c4a29
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 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.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "create-new-monorepo",
"version": "1.3.1",
"version": "1.4.0",
"description": "A CLI for RAD (Rapid Application Development), helps you to start a Node.js Monorepo projects.",
"type": "module",
"keywords": [
Expand Down Expand Up @@ -42,6 +42,6 @@
"postinstall": "lefthook install",
"normalize": "prettier --write '**/*.{js,ts,cjs,mjs,jsx,tsx}'",
"lint": "eslint . --fix",
"check": "npm run normalize && npm run lint"
"check": "npm run normalize && npm run lint"
}
}

0 comments on commit a6c4a29

Please sign in to comment.