Skip to content

Commit

Permalink
Fix: Update Version from 1.0.4 to 1.0.5
Browse files Browse the repository at this point in the history
  • Loading branch information
wubeZ committed Apr 2, 2024
1 parent 561f874 commit 83374e7
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,13 @@
{
"name": "@easy-starters/create-express-ts-starter",
"version": "1.0.4",
"version": "1.0.5",
"description": "starter boilerplate with Typescript + Express + Mongoose + MongoDB + Pino + Jest",
"bin": "./bin/script.js",
"main": "dist/server.js",
"repository": {
"type": "git",
"url": "https://github.com/wubeZ/create-express-ts-starter.git"
},
"scripts": {
"dev": "nodemon src/server.ts | npx pino-pretty",
"start": "node dist/src/server.js | npx pino-pretty",
Expand Down

0 comments on commit 83374e7

Please sign in to comment.