Skip to content

Commit 38c7ca3

Browse files
committed
new web-dev-server dependency
1 parent 7360701 commit 38c7ca3

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
@@ -1,6 +1,6 @@
11
# Example - Hello World
22

3-
[![Latest Stable Version](https://img.shields.io/badge/Stable-v1.2.0-brightgreen.svg?style=plastic)](https://github.com/web-dev-server/example-helloworld/releases)
3+
[![Latest Stable Version](https://img.shields.io/badge/Stable-v1.3.0-brightgreen.svg?style=plastic)](https://github.com/web-dev-server/example-helloworld/releases)
44
[![License](https://img.shields.io/badge/Licence-BSD-brightgreen.svg?style=plastic)](https://github.com/web-dev-server/example-helloworld/blob/master/LICENCE.md)
55

66
Hallo world example with static and dynamic content.

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "web-dev-server-example-helloworld",
3-
"version": "1.2.0",
3+
"version": "1.3.0",
44
"description": "Hallo world example with static and dynamic content.",
55
"homepage": "https://github.com/web-dev-server",
66
"repository": {
@@ -15,6 +15,6 @@
1515
},
1616
"main": "run-server.js",
1717
"dependencies": {
18-
"web-dev-server": "~1.2.0"
18+
"web-dev-server": "~1.3.0"
1919
}
2020
}

0 commit comments

Comments
 (0)