Skip to content

Commit

Permalink
fix(generate-skeletons): add missing httpProtocal to project definitions
Browse files Browse the repository at this point in the history
  • Loading branch information
3cp committed Feb 14, 2019
1 parent 6034a02 commit bab0e39
Show file tree
Hide file tree
Showing 8 changed files with 32 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -49,5 +49,9 @@
},
"features": {
"navigation": "navigation"
},
"httpProtocol": {
"id": "http1",
"displayName": "HTTP/1.1"
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -49,5 +49,9 @@
},
"features": {
"navigation": "navigation"
},
"httpProtocol": {
"id": "http1",
"displayName": "HTTP/1.1"
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -54,5 +54,9 @@
},
"features": {
"navigation": "navigation"
},
"httpProtocol": {
"id": "http1",
"displayName": "HTTP/1.1"
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -54,5 +54,9 @@
},
"features": {
"navigation": "navigation"
},
"httpProtocol": {
"id": "http1",
"displayName": "HTTP/1.1"
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -49,5 +49,9 @@
},
"features": {
"navigation": "navigation"
},
"httpProtocol": {
"id": "http1",
"displayName": "HTTP/1.1"
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -49,5 +49,9 @@
},
"features": {
"navigation": "navigation"
},
"httpProtocol": {
"id": "http1",
"displayName": "HTTP/1.1"
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -54,5 +54,9 @@
},
"features": {
"navigation": "navigation"
},
"httpProtocol": {
"id": "http1",
"displayName": "HTTP/1.1"
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -54,5 +54,9 @@
},
"features": {
"navigation": "navigation"
},
"httpProtocol": {
"id": "http1",
"displayName": "HTTP/1.1"
}
}

0 comments on commit bab0e39

Please sign in to comment.