Skip to content

Commit 0627f5c

Browse files
authored
Merge pull request #15 from joshghent/greenkeeper/initial
Update dependencies to enable Greenkeeper 🌴
2 parents 01f0e0e + b53c29b commit 0627f5c

File tree

3 files changed

+86
-150
lines changed

3 files changed

+86
-150
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Query-Stringifier [![Build Status](https://travis-ci.org/joshghent/query-stringifier.svg?branch=master)](https://travis-ci.org/joshghent/query-stringifier) [![npm version](https://badge.fury.io/js/query-stringifier.svg)](https://badge.fury.io/js/query-stringifier) ![devDependencies](https://david-dm.org/joshghent/query-stringifier.svg)
1+
# Query-Stringifier [![Build Status](https://travis-ci.org/joshghent/query-stringifier.svg?branch=master)](https://travis-ci.org/joshghent/query-stringifier) [![npm version](https://badge.fury.io/js/query-stringifier.svg)](https://badge.fury.io/js/query-stringifier) [![Greenkeeper badge](https://badges.greenkeeper.io/joshghent/query-stringifier.svg)](https://greenkeeper.io/) ![devDependencies](https://david-dm.org/joshghent/query-stringifier.svg)
22
A small library for build query strings
33

44
## Install

package-lock.json

Lines changed: 83 additions & 147 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,10 +23,10 @@
2323
"author": "Josh Ghent",
2424
"license": "MIT",
2525
"devDependencies": {
26-
"chai": "3.5.0",
26+
"chai": "4.2.0",
2727
"husky": "^1.1.0",
2828
"jsdoc": "^3.5.5",
29-
"mocha": "3.1.0",
29+
"mocha": "5.2.0",
3030
"tui-jsdoc-template": "^1.2.2"
3131
},
3232
"husky": {

0 commit comments

Comments
 (0)