Skip to content

Commit 6455bda

Browse files
greenkeeper[bot]blakeembrey
authored andcommitted
Update dependencies to enable Greenkeeper 🌴 (#10)
1 parent 066f652 commit 6455bda

2 files changed

Lines changed: 4 additions & 3 deletions

File tree

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
[![NPM downloads][downloads-image]][downloads-url]
55
[![Build status][travis-image]][travis-url]
66
[![Test coverage][coveralls-image]][coveralls-url]
7+
[![Greenkeeper badge](https://badges.greenkeeper.io/blakeembrey/javascript-stringify.svg)](https://greenkeeper.io/)
78

89
> Stringify is to `eval` as `JSON.stringify` is to `JSON.parse`.
910

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,8 @@
2626
"license": "MIT",
2727
"readmeFilename": "README.md",
2828
"devDependencies": {
29-
"chai": "^1.9.1",
30-
"istanbul": "^0.3.0",
31-
"mocha": "^1.21.3"
29+
"chai": "^3.5.0",
30+
"istanbul": "^0.4.5",
31+
"mocha": "^3.3.0"
3232
}
3333
}

0 commit comments

Comments
 (0)