We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 066f652 commit 6455bdaCopy full SHA for 6455bda
2 files changed
README.md
@@ -4,6 +4,7 @@
4
[![NPM downloads][downloads-image]][downloads-url]
5
[![Build status][travis-image]][travis-url]
6
[![Test coverage][coveralls-image]][coveralls-url]
7
+[](https://greenkeeper.io/)
8
9
> Stringify is to `eval` as `JSON.stringify` is to `JSON.parse`.
10
package.json
@@ -26,8 +26,8 @@
26
"license": "MIT",
27
"readmeFilename": "README.md",
28
"devDependencies": {
29
- "chai": "^1.9.1",
30
- "istanbul": "^0.3.0",
31
- "mocha": "^1.21.3"
+ "chai": "^3.5.0",
+ "istanbul": "^0.4.5",
+ "mocha": "^3.3.0"
32
}
33
0 commit comments