diff options
author | Johan Preynat <johan.preynat@gmail.com> | 2016-05-02 16:37:24 +0200 |
---|---|---|
committer | Johan Preynat <johan.preynat@gmail.com> | 2016-05-02 16:37:24 +0200 |
commit | 4a65326b2424b66ad8a890e1be0fe65c43d98ffb (patch) | |
tree | fd42e648964d2c0be66649df5cf8d25e52f23ac1 | |
parent | d75d8729bebf997dfcb9ae302e0e8aaed267d459 (diff) | |
download | gitbook-4a65326b2424b66ad8a890e1be0fe65c43d98ffb.zip gitbook-4a65326b2424b66ad8a890e1be0fe65c43d98ffb.tar.gz gitbook-4a65326b2424b66ad8a890e1be0fe65c43d98ffb.tar.bz2 |
Update jest@12.0.2
-rw-r--r-- | package.json | 2 |
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", |