Skip to content

Commit

Permalink
chore: update package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
kilee1230 committed Dec 23, 2023
1 parent f982ba1 commit b366bdd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{
"name": "express-api-template",
"version": "1.0.0",
"description": "",
"main": "index.js",
"description": "Boilerplate for express api",
"main": "server.js",
"scripts": {
"build": "rimraf ./dist && tsc -p tsconfig.build.json",
"lint": "eslint --ext .ts ./src",
Expand Down

0 comments on commit b366bdd

Please sign in to comment.