diff --git a/README.md b/README.md index f5cced2..4069a37 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,6 @@ # rfc-3986 + +[![Greenkeeper badge](https://badges.greenkeeper.io/DavidTPate/rfc-3986.svg)](https://greenkeeper.io/) Javascript implementation of the ABNF from RFC-3986 to allow validation of parts of the specification. [![npm](https://img.shields.io/npm/v/rfc-3986.svg)](https://www.npmjs.com/package/rfc-3986) diff --git a/package.json b/package.json index 7be6437..e69477a 100644 --- a/package.json +++ b/package.json @@ -30,7 +30,7 @@ "eslint": "3.19.0", "istanbul": "0.4.5", "jscs": "3.0.7", - "jsinspect": "0.9.0", + "jsinspect": "0.12.4", "mocha": "3.3.0" }, "scripts": {