Skip to content

Commit 9edde67

Browse files
author
Justin Martin
committed
upgrade serve dependency.
1 parent aa8dbfe commit 9edde67

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ http://json-diff.com
99
2. cd to the repo directory
1010
3. run `npm install`
1111
4. run `npm start`
12-
5. go to [http://localhost:3000](http://localhost:3000)
12+
5. go to [http://localhost:3000](http://localhost:5000)
1313

1414
## Contribute
1515
[Check out the contributing.md file](https://github.com/justspamjustin/online-json-diff/blob/master/CONTRIBUTING.md)

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"main": "index.html",
66
"scripts": {
77
"test": "echo \"Error: no test specified\" && exit 1",
8-
"start": "./node_modules/serve/bin/serve ."
8+
"start": "./node_modules/serve/bin/serve.js ."
99
},
1010
"repository": {
1111
"type": "git",
@@ -24,6 +24,6 @@
2424
},
2525
"homepage": "https://github.com/justspamjustin/online-json-diff#readme",
2626
"devDependencies": {
27-
"serve": "^1.4.0"
27+
"serve": "^9.2.0"
2828
}
2929
}

0 commit comments

Comments
 (0)