Skip to content

Commit 9253ce9

Browse files
committed
Fix: Add import "babel-polyfill" for node v0.10 (refs #17)
1 parent b332abb commit 9253ce9

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/bin/npm-run-all.js

+2
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@
66
* See LICENSE file in root directory for full license.
77
*/
88

9+
import "babel-polyfill";
10+
911
/**
1012
* The main process of `npm-run-all` command.
1113
*

0 commit comments

Comments
 (0)