Skip to content

Commit bd72859

Browse files
committed
minor fix
1 parent a41ca53 commit bd72859

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

samples/node/web/koa/hello-koa/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@
22
"name": "hello-koa",
33
"version": "1.0.0",
44
"description": "Hello Koa 2 example with async",
5-
"main": "start.js",
5+
"main": "app.js",
66
"scripts": {
7-
"start": "node --use_strict start.js"
7+
"start": "node --use_strict app.js"
88
},
99
"keywords": [
1010
"koa",

0 commit comments

Comments
 (0)