Tweak indent

This commit is contained in:
akihito.nakano 2018-05-05 01:38:23 +09:00
parent 6c3d7bbc48
commit 90438b8e71
2 changed files with 4 additions and 4 deletions

View File

@ -5,8 +5,8 @@
"main": "index.js", "main": "index.js",
{{^googleCloudFunctions}} {{^googleCloudFunctions}}
"scripts": { "scripts": {
"prestart": "npm install", "prestart": "npm install",
"start": "node index.js" "start": "node index.js"
}, },
{{/googleCloudFunctions}} {{/googleCloudFunctions}}
"keywords": [ "keywords": [

View File

@ -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.", "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", "main": "index.js",
"scripts": { "scripts": {
"prestart": "npm install", "prestart": "npm install",
"start": "node index.js" "start": "node index.js"
}, },
"keywords": [ "keywords": [
"swagger" "swagger"