Skip to content

Instantly share code, notes, and snippets.

@scottaddie
Created September 26, 2015 02:46
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save scottaddie/e42d7eec062f7080f3a6 to your computer and use it in GitHub Desktop.
Save scottaddie/e42d7eec062f7080f3a6 to your computer and use it in GitHub Desktop.
var pkgScript = require('package-script');
pkgScript.install([{
admin: false,
name: 'webpack'
}], {
callback: function () {
console.log('installed');
},
init: {
global: true,
log: true
}
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment