Browse Source

fix yarn lint

yusuketk 6 years ago
parent
commit
327b360ad4
1 changed files with 4 additions and 4 deletions
  1. 4 4
      src/server/routes/apiv3/admin-home.js

+ 4 - 4
src/server/routes/apiv3/admin-home.js

@@ -20,16 +20,16 @@ const router = express.Router();
  *        type: object
  *        properties:
  *          growiVersion:
- *            type: String
+ *            type: string
  *            description: version of growi
  *          nodeVersion:
- *            type: String
+ *            type: string
  *            description: version of node
  *          npmVersion:
- *            type: String
+ *            type: string
  *            description: version of npm
  *          yarnVersion:
- *            type: String
+ *            type: string
  *            description: version of yarn
  *      InstalledPluginsParams:
  *        type: object