swagger-methods
Advanced tools
Comparing version 1.0.4 to 1.0.5
{ | ||
"name": "swagger-methods", | ||
"version": "1.0.4", | ||
"version": "1.0.5", | ||
"description": "HTTP methods that are supported by Swagger 2.0", | ||
@@ -12,6 +12,6 @@ "keywords": [ | ||
"name": "James Messinger", | ||
"url": "http://jamesmessinger.com" | ||
"url": "https://jamesmessinger.com" | ||
}, | ||
"license": "MIT", | ||
"homepage": "https://github.com/bigstickcarpet/swagger-methods", | ||
"homepage": "https://github.com/APIDevTools/swagger-methods", | ||
"main": "lib/index.js", | ||
@@ -30,3 +30,3 @@ "files": [ | ||
"type": "git", | ||
"url": "https://github.com/bigstickcarpet/swagger-methods.git" | ||
"url": "https://github.com/APIDevTools/swagger-methods.git" | ||
}, | ||
@@ -44,2 +44,2 @@ "devDependencies": { | ||
"dependencies": {} | ||
} | ||
} |
@@ -5,6 +5,6 @@ Swagger Methods | ||
[![npm](http://img.shields.io/npm/v/swagger-methods.svg?branch=master)](https://www.npmjs.com/package/swagger-methods) | ||
[![npm](https://img.shields.io/npm/v/swagger-methods.svg?branch=master)](https://www.npmjs.com/package/swagger-methods) | ||
[![License](https://img.shields.io/npm/l/swagger-methods.svg)](LICENSE) | ||
[![Build Status](https://api.travis-ci.org/BigstickCarpet/swagger-methods.svg)](https://travis-ci.org/BigstickCarpet/swagger-methods) | ||
[![Dependencies](https://david-dm.org/BigstickCarpet/swagger-methods.svg)](https://david-dm.org/BigstickCarpet/swagger-methods) | ||
[![Build Status](https://api.travis-ci.org/APIDevTools/swagger-methods.svg)](https://travis-ci.org/APIDevTools/swagger-methods) | ||
[![Dependencies](https://david-dm.org/APIDevTools/swagger-methods.svg)](https://david-dm.org/APIDevTools/swagger-methods) | ||
@@ -47,3 +47,3 @@ This is an array of lower-case HTTP method names that are supported by the [Swagger 2.0 spec](https://github.com/swagger-api/swagger-spec/blob/master/versions/2.0.md). | ||
-------------------------- | ||
I welcome any contributions, enhancements, and bug-fixes. [File an issue](https://github.com/BigstickCarpet/swagger-methods/issues) on GitHub and [submit a pull request](https://github.com/BigstickCarpet/swagger-methods/pulls). | ||
I welcome any contributions, enhancements, and bug-fixes. [File an issue](https://github.com/APIDevTools/swagger-methods/issues) on GitHub and [submit a pull request](https://github.com/APIDevTools/swagger-methods/pulls). | ||
@@ -54,3 +54,3 @@ #### Building/Testing | ||
1. **Clone this repo**<br> | ||
`git clone https://github.com/bigstickcarpet/swagger-methods.git` | ||
`git clone https://github.com/APIDevTools/swagger-methods.git` | ||
@@ -57,0 +57,0 @@ 2. **Install dev dependencies**<br> |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
4069