Skip to content

Commit af621bb

Browse files
committed
fixing nodejs 4.x error for missing babel-register module
1 parent 58dd87c commit af621bb

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@
1616
"babel-cli": "^6.11.4",
1717
"babel-preset-es2015": "^6.13.2",
1818
"babel-preset-stage-3": "^6.11.0",
19+
"babel-register": "^6.14.0",
1920
"eslint": "^3.1.1",
2021
"eslint-config-airbnb-base": "^5.0.0",
2122
"eslint-plugin-import": "^1.12.0",

0 commit comments

Comments
 (0)