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:
authorJeroen Valcke <valcke_jeroen@hotmail.com>2017-10-19 11:24:01 +0300
committerJeroen Valcke <valcke_jeroen@hotmail.com>2017-10-19 11:24:01 +0300
commit1ef610465275414b830879719417da1ed91f3203 (patch)
tree4b747f837a81c58d220f0e22f6e3cf391b097727 /package.json
parentfff5037950f78b4164c299560f761bd5e3dc9e06 (diff)
Add optional babel const to let parser.
Diffstat (limited to 'package.json')
-rw-r--r--package.json6
1 files changed, 5 insertions, 1 deletions
diff --git a/package.json b/package.json
index 223a59b..3987512 100644
--- a/package.json
+++ b/package.json
@@ -36,7 +36,11 @@
},
"license": "MIT",
"scripts": {
- "test": "mocha -R spec --check-leaks",
+ "test": "mocha -R spec --check-leaks --globals __core-js_shared__",
"coverage": "istanbul cover ./node_modules/mocha/bin/_mocha"
+ },
+ "dependencies": {
+ "babel-core": "~6.26.0",
+ "babel-plugin-transform-es2015-constants": "~6.1.4"
}
}