Use only regexpu-core instead of all of regexpu
Ref. https://github.com/mathiasbynens/regexpu/issues/24.
This commit is contained in:
parent
69b20a3054
commit
430e80fe0e
@ -10,8 +10,8 @@
|
||||
],
|
||||
"dependencies": {
|
||||
"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": {
|
||||
"babel-helper-plugin-test-runner": "^6.3.13"
|
||||
|
||||
@ -1,4 +1,4 @@
|
||||
import rewritePattern from "regexpu/rewrite-pattern";
|
||||
import rewritePattern from "regexpu-core";
|
||||
import * as regex from "babel-helper-regex";
|
||||
|
||||
export default function () {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user