mklabs / node-build-script

MIT License
322 stars 55 forks source link

npm package #70

Open jeroenbourgois opened 12 years ago

jeroenbourgois commented 12 years ago

Are you still thinking of publishing it as a npm package? This would be usefull to integrate it in a packaga.json file, when sharing your app.

Unless you can include the url in a package.json ?

mklabs commented 12 years ago

npm allows you to include a remote tarball url as one of your package dependencies, or via npm install

{
  "dependencies": {
    "node-build-script": "http://nodeload.github.com/h5bp/node-build-script/tarball/master"
  }
}

You can choose to change the master sha1 to point to a specific tag