Remove npm/grunt from TagHelpers project.json to fix build

This commit is contained in:
damianedwards 2015-02-03 17:18:37 -08:00
parent accf0c76f0
commit 2c3148fd25
1 changed files with 0 additions and 3 deletions

View File

@ -14,8 +14,5 @@
"frameworks": {
"aspnet50": { },
"aspnetcore50": { }
},
"scripts": {
"prebuild": [ "npm install", "grunt" ]
}
}