Merge pull request #25 from APIs-guru/master

Add additional keywords
This commit is contained in:
Roman Hotsiy 2016-02-24 18:29:27 +02:00
commit 32ca51a3c0
2 changed files with 6 additions and 0 deletions

View File

@ -11,9 +11,12 @@
}, },
"license": "MIT", "license": "MIT",
"keywords": [ "keywords": [
"OpenAPI",
"OpenAPI Specification",
"Swagger", "Swagger",
"JSON-Schema", "JSON-Schema",
"API", "API",
"REST",
"documentation", "documentation",
"Angular 2" "Angular 2"
], ],

View File

@ -18,9 +18,12 @@
"deploy": "build/prepare_deploy.sh && deploy-to-gh-pages demo" "deploy": "build/prepare_deploy.sh && deploy-to-gh-pages demo"
}, },
"keywords": [ "keywords": [
"OpenAPI",
"OpenAPI Specification",
"Swagger", "Swagger",
"JSON-Schema", "JSON-Schema",
"API", "API",
"REST",
"documentation", "documentation",
"Angular 2" "Angular 2"
], ],