summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJohan Preynat <johan.preynat@gmail.com>2016-05-02 16:37:24 +0200
committerJohan Preynat <johan.preynat@gmail.com>2016-05-02 16:37:24 +0200
commit4a65326b2424b66ad8a890e1be0fe65c43d98ffb (patch)
treefd42e648964d2c0be66649df5cf8d25e52f23ac1
parentd75d8729bebf997dfcb9ae302e0e8aaed267d459 (diff)
downloadgitbook-4a65326b2424b66ad8a890e1be0fe65c43d98ffb.zip
gitbook-4a65326b2424b66ad8a890e1be0fe65c43d98ffb.tar.gz
gitbook-4a65326b2424b66ad8a890e1be0fe65c43d98ffb.tar.bz2
Update jest@12.0.2
-rw-r--r--package.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/package.json b/package.json
index 6697aa5..dc7ce1a 100644
--- a/package.json
+++ b/package.json
@@ -63,7 +63,7 @@
},
"devDependencies": {
"eslint": "2.7.0",
- "jest-cli": "^11.0.2"
+ "jest-cli": "12.0.2"
},
"scripts": {
"test": "node_modules/.bin/jest --bail",