Open jtwalters opened 9 years ago
If you need help, I can create a PR.
Yeah, it's about time I publish it :)
Feel free to create a PR and I will merge it.
A year ago and not on npm?
What's the status on this one @kennethcachia ?
@kennethcachia Just made a PR which allows this to be installed directly from github as an NPM dependency: kennethcachia/background-check/pull/88
Hope it is available on NPM!
The package still not available on npm
You can do npm install https://github.com/kennethcachia/background-check
in meanwhile
@kennethcachia possible to publish on npm ? Thanks !
Yeah we need it it on NPM :)
Since you have a package.json, you should probably publish your package to the registry, so browserify users can
npm install
your package and use it properly.You should add a
repository
field (pointing to your github repo) andmain
field (pointing to the minified version of your script) in package.json.