Skip to content

Commit 1b47901

Browse files
committed
Bump version
1 parent ad8058e commit 1b47901

File tree

2 files changed

+18
-6
lines changed

2 files changed

+18
-6
lines changed

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,3 +53,7 @@ is fine. For example, end-to-end tests with [Protractor](http://www.protractorte
5353
Angular application to be actively served, which can be done using a background `angular-http-server`.
5454
If your end-to-end testing suite requires your application be served over HTTPS, the self-signed
5555
certificate generated when you pass the `--https`/`--ssl` flag will work fine to provide that.
56+
57+
## Changelog
58+
59+
1.4.0 - add --path option

package.json

Lines changed: 14 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "angular-http-server",
3-
"version": "1.3.1",
3+
"version": "1.4.0",
44
"author": "Simon Hampton",
55
"license": "ISC",
66
"description": "Simple http server for developers that supports apps with client side routing",
@@ -15,10 +15,18 @@
1515
"scripts": {
1616
"test": "echo \"Error: no test specified\" && exit 1"
1717
},
18-
"contributors": [{
19-
"name": "Dale Myszewski",
20-
"email": "dale@daleslab.com"
21-
}, {"name": "ckaeslin"}],
18+
"contributors": [
19+
{
20+
"name": "Dale Myszewski",
21+
"email": "dale@daleslab.com"
22+
},
23+
{
24+
"name": "ckaeslin"
25+
},
26+
{
27+
"name": "nick-bogdanov"
28+
}
29+
],
2230
"engines": {
2331
"node": ">=4.0.0"
2432
},
@@ -31,4 +39,4 @@
3139
"minimist": "^1.2.0",
3240
"pem": "^1.9.7"
3341
}
34-
}
42+
}

0 commit comments

Comments
 (0)