juliangruber / browser-run

Run code inside a browser from the command line
447 stars 62 forks source link

Updated browserify to version 11.2.0 #31

Closed juliangruber closed 9 years ago

juliangruber commented 9 years ago

:rocket:

One of your dependencies has just updated, so this PR bumps the corresponding version number in your package.json.

You can now check that the dependency update doesn't break your code, and then release the new version of your software safe in the knowledge that it will stay in this working state, regardless of when your users do $ npm install.

Have a good day!


This pull request was created by greenkeeper.io. It keeps your software, up to date, all the time.

Tired of seeing this sponsor message? Upgrade to the supporter plan! You'll also get your pull requests faster :zap:

juliangruber commented 9 years ago

aaaand...it only doesn't work in phantomjs, again

juliangruber commented 9 years ago

this simple script doesn't log the line from after the timeout in phantomjs:

console.log('before timeout');
setTimeout(function(){
  console.log('after timeout');
}, 1000);
juliangruber commented 9 years ago

already latest