Skip to content

Commit e563b3e

Browse files
committed
Update README
1 parent c1e3a7a commit e563b3e

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -63,9 +63,9 @@ In order to run a native ES module in Node.js, you have to do two things:
6363
Example `package.json`
6464
```json
6565
{
66-
"name": "bot",
66+
"name": "NAME",
6767
"version": "1.0.0",
68-
"main": "dist/app.js",
68+
"main": "index.js",
6969
"type": "module", // <-- here
7070
"scripts": {
7171
"build": "tsc -p .",
@@ -75,7 +75,7 @@ Example `package.json`
7575
"tslog": "^4"
7676
},
7777
"devDependencies": {
78-
"typescript": "^4.8.4"
78+
"typescript": "^4"
7979
},
8080
"engines": {
8181
"node": ">=16"

docs/README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -63,9 +63,9 @@ In order to run a native ES module in Node.js, you have to do two things:
6363
Example `package.json`
6464
```json
6565
{
66-
"name": "bot",
66+
"name": "NAME",
6767
"version": "1.0.0",
68-
"main": "dist/app.js",
68+
"main": "index.js",
6969
"type": "module", // <-- here
7070
"scripts": {
7171
"build": "tsc -p .",
@@ -75,7 +75,7 @@ Example `package.json`
7575
"tslog": "^4"
7676
},
7777
"devDependencies": {
78-
"typescript": "^4.8.4"
78+
"typescript": "^4"
7979
},
8080
"engines": {
8181
"node": ">=16"

0 commit comments

Comments
 (0)