babel-register: update source-map-support to latest (#4577)

This allows in some case when you use other modules that use this source-map-support lib to get only a single version at the root of node_modules. For example, this can prevent issues when requiring using webpack Banner plugin (compiled code is not always requiring dependencies as you would expect).
This commit is contained in:
Maxime Thirouin 2016-09-27 14:55:35 +02:00 committed by Daniel Tschinder
parent 50d2c5e930
commit 90f3f9049f

View File

@ -15,6 +15,6 @@
"lodash": "^4.2.0",
"mkdirp": "^0.5.1",
"path-exists": "^1.0.0",
"source-map-support": "^0.2.10"
"source-map-support": "^0.4.2"
}
}