1
0
Fork 0
mirror of https://github.com/terribleplan/next.js.git synced 2024-01-19 02:48:18 +00:00

fix: use babel-core/register rather than babel-register

This commit is contained in:
Benjamin Coe 2016-11-15 00:30:14 -08:00
parent c56fde89c3
commit 564b01cf73
No known key found for this signature in database
GPG key ID: 60AB1C1D478E1286

View file

@ -26,7 +26,7 @@
}, },
"nyc": { "nyc": {
"require": [ "require": [
"babel-register" "babel-core/register"
], ],
"exclude": [ "exclude": [
"gulpfile.js", "gulpfile.js",