UWNetworksLab / node-chrome-runner

A small library to run Chrome
Apache License 2.0
2 stars 2 forks source link

Can't require('node-chrome-runner') #2

Closed willscott closed 9 years ago

willscott commented 9 years ago

the current package throws an error when required, since the main script is not properly indexed.

This appears to be because the .gitignore lists the build directory, and no .npmignore exists to override that, so the npm package doesn't include the compiled script either.

iislucas commented 9 years ago

Thanks!

fixed in https://github.com/uProxy/node-chrome-runner/commit/7d23c23b6947a95bcd90c821235c9650ac483878

(npm published 0.0.5)