Skip to content

Commit a137610

Browse files
committed
Update package.json
The pull request to update Babel `6.x.x` raises the old `ReferenceError: _ApiClient is not defined` error on fresh installation, with node `4.2.4`. All tests are green and everything seems fine with node `5.6.0`. Think its time to upgrade... Babel 6 plays nicer with 5.x.x anyway. see PR: #935
1 parent b4298d0 commit a137610

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -187,6 +187,6 @@
187187
"webpack-hot-middleware": "^2.5.0"
188188
},
189189
"engines": {
190-
"node": "4.1.1"
190+
"node": "5.6.0"
191191
}
192192
}

0 commit comments

Comments
 (0)