Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/twbs/rewire.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohannes Ewald <johannes.ewald@peerigon.com>2017-11-11 04:23:18 +0300
committerJohannes Ewald <johannes.ewald@peerigon.com>2017-11-11 04:47:48 +0300
commitb6cc4071f67d47596901c01506eeeff138ab059e (patch)
tree18fd5e8f2627907cd85ee874a1d78519c2f7e779 /package.json
parent501e4c29bd16eaafae348b8faba6e5b061b98bc4 (diff)
Refactor code
Diffstat (limited to 'package.json')
-rw-r--r--package.json6
1 files changed, 3 insertions, 3 deletions
diff --git a/package.json b/package.json
index 3987512..16ba88e 100644
--- a/package.json
+++ b/package.json
@@ -36,11 +36,11 @@
},
"license": "MIT",
"scripts": {
- "test": "mocha -R spec --check-leaks --globals __core-js_shared__",
+ "test": "mocha -R spec",
"coverage": "istanbul cover ./node_modules/mocha/bin/_mocha"
},
"dependencies": {
- "babel-core": "~6.26.0",
- "babel-plugin-transform-es2015-constants": "~6.1.4"
+ "babel-core": "^6.26.0",
+ "babel-plugin-transform-es2015-block-scoping": "^6.26.0"
}
}