Skip to content

Commit 30e1af3

Browse files
authored
Merge pull request #81 from TimSusa/patch-1
Corrected npm run start call for app.js
2 parents de81fc9 + 0cc2c51 commit 30e1af3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

example/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"license": "MIT",
55
"main": "index.js",
66
"scripts": {
7-
"start": "node example.js"
7+
"start": "node app.js"
88
},
99
"dependencies": {
1010
"babel-polyfill": "^6.23.0",

0 commit comments

Comments
 (0)