Use only regexpu-core instead of all of regexpu

Ref. https://github.com/mathiasbynens/regexpu/issues/24.
This commit is contained in:
Mathias Bynens 2016-01-11 17:45:07 +01:00
parent 69b20a3054
commit 430e80fe0e
2 changed files with 3 additions and 3 deletions

View File

@ -10,8 +10,8 @@
], ],
"dependencies": { "dependencies": {
"babel-helper-regex": "^6.3.13", "babel-helper-regex": "^6.3.13",
"regexpu": "^1.1.2", "babel-runtime": "^5.0.0",
"babel-runtime": "^5.0.0" "regexpu-core": "^1.0.0"
}, },
"devDependencies": { "devDependencies": {
"babel-helper-plugin-test-runner": "^6.3.13" "babel-helper-plugin-test-runner": "^6.3.13"

View File

@ -1,4 +1,4 @@
import rewritePattern from "regexpu/rewrite-pattern"; import rewritePattern from "regexpu-core";
import * as regex from "babel-helper-regex"; import * as regex from "babel-helper-regex";
export default function () { export default function () {