Skip to content

Commit

Permalink
📝 update README
Browse files Browse the repository at this point in the history
  • Loading branch information
ulisesantana authored Dec 1, 2022
1 parent 4cafe65 commit 73981b1
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ This is a template repository. So just use the template and once you have your r
"prepare": "npm run build",
"prestart": "npm run build",
"start": "node build/index.js",
"dev": "npm run build -- --watch & nodemon build/index.js",
"build": "npm run lint && npm test && tsc",
"lint": "eslint . --ext .ts",
"lint:fix": "npm run lint -- --fix",
Expand Down Expand Up @@ -39,7 +38,7 @@ This is a template repository. So just use the template and once you have your r
```json
{
"env": {
"es2021": true,
"es2022": true,
"node": true,
"jest": true
},
Expand Down

0 comments on commit 73981b1

Please sign in to comment.