Skip to content

Instantly share code, notes, and snippets.

@sirkirby
Last active August 29, 2015 13:56
Show Gist options
  • Save sirkirby/8926084 to your computer and use it in GitHub Desktop.
Save sirkirby/8926084 to your computer and use it in GitHub Desktop.
Automate nuget with grunt Ex 1
{
"name": "typeaheadjs-nuget",
"version": "0.10.1",
"devDependencies": {
"grunt": "~0.4.2",
"grunt-contrib-clean": "~0.5.0",
"grunt-shell": "~0.6.4",
"grunt-nuget": "~0.1.1"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment