node-build-script icon indicating copy to clipboard operation
node-build-script copied to clipboard

npm package

Open jeroenbourgois opened this issue 13 years ago • 1 comments

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 ?

jeroenbourgois avatar Oct 11 '12 15:10 jeroenbourgois

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

mklabs avatar Oct 14 '12 17:10 mklabs