mirror of
https://github.com/valitydev/openapi-generator.git
synced 2024-11-07 02:55:19 +00:00
Tweak indent
This commit is contained in:
parent
6c3d7bbc48
commit
90438b8e71
@ -5,8 +5,8 @@
|
||||
"main": "index.js",
|
||||
{{^googleCloudFunctions}}
|
||||
"scripts": {
|
||||
"prestart": "npm install",
|
||||
"start": "node index.js"
|
||||
"prestart": "npm install",
|
||||
"start": "node index.js"
|
||||
},
|
||||
{{/googleCloudFunctions}}
|
||||
"keywords": [
|
||||
|
@ -4,8 +4,8 @@
|
||||
"description": "This is a sample server Petstore server. You can find out more about Swagger at [http://swagger.io](http://swagger.io) or on [irc.freenode.net, #swagger](http://swagger.io/irc/). For this sample, you can use the api key `special-key` to test the authorization filters.",
|
||||
"main": "index.js",
|
||||
"scripts": {
|
||||
"prestart": "npm install",
|
||||
"start": "node index.js"
|
||||
"prestart": "npm install",
|
||||
"start": "node index.js"
|
||||
},
|
||||
"keywords": [
|
||||
"swagger"
|
||||
|
Loading…
Reference in New Issue
Block a user