From 2dd6313de0030dea64eb3e1bc92ca32025a7439f Mon Sep 17 00:00:00 2001 From: Dan Hough Date: Tue, 26 Jan 2016 20:14:41 +0000 Subject: [PATCH] 0.18 Code of conduct and language case-insensitivity [@charlotteis](https://github.com/charlotteis) made codes of conduct a requirement. [@ExcaliburZero](https://github.com/ExcaliburZero) made the language option case-insensitive. --- npm-shrinkwrap.json | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/npm-shrinkwrap.json b/npm-shrinkwrap.json index 1ddcab4..9448b14 100644 --- a/npm-shrinkwrap.json +++ b/npm-shrinkwrap.json @@ -1,6 +1,6 @@ { "name": "forkability", - "version": "0.17.0", + "version": "0.18.0", "dependencies": { "abbrev": { "version": "1.0.7", diff --git a/package.json b/package.json index 81e5959..3cae6f1 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "forkability", - "version": "0.17.0", + "version": "0.18.0", "description": "A JS module for determining the open-source-friendliness of a GitHub repository.", "main": "./lib/app.js", "bin": "./index.js",