Skip to content

Commit

Permalink
Fix: Add import "babel-polyfill" for node v0.10 (refs #17)
Browse files Browse the repository at this point in the history
  • Loading branch information
mysticatea committed Dec 6, 2015
1 parent b332abb commit 9253ce9
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/bin/npm-run-all.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@
* See LICENSE file in root directory for full license.
*/

import "babel-polyfill";

/**
* The main process of `npm-run-all` command.
*
Expand Down

0 comments on commit 9253ce9

Please sign in to comment.