File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ http://json-diff.com
9
9
2 . cd to the repo directory
10
10
3 . run ` npm install `
11
11
4 . run ` npm start `
12
- 5 . go to [ http://localhost:3000 ] ( http://localhost:3000 )
12
+ 5 . go to [ http://localhost:3000 ] ( http://localhost:5000 )
13
13
14
14
## Contribute
15
15
[ Check out the contributing.md file] ( https://github.com/justspamjustin/online-json-diff/blob/master/CONTRIBUTING.md )
Original file line number Diff line number Diff line change 5
5
"main" : " index.html" ,
6
6
"scripts" : {
7
7
"test" : " echo \" Error: no test specified\" && exit 1" ,
8
- "start" : " ./node_modules/serve/bin/serve ."
8
+ "start" : " ./node_modules/serve/bin/serve.js ."
9
9
},
10
10
"repository" : {
11
11
"type" : " git" ,
24
24
},
25
25
"homepage" : " https://github.com/justspamjustin/online-json-diff#readme" ,
26
26
"devDependencies" : {
27
- "serve" : " ^1.4 .0"
27
+ "serve" : " ^9.2 .0"
28
28
}
29
29
}
You can’t perform that action at this time.
0 commit comments