removed old references to AddSeries/SearchResultModel, AddSeries/SearchResultCollection

This commit is contained in:
Keivan Beigi 2013-04-09 17:46:42 -07:00
commit 5d1026ded2
4 changed files with 9 additions and 4 deletions

View file

@ -16,7 +16,6 @@
"readmeFilename": "readme.md",
"dependencies": {
"grunt": "*",
"grunt-cli": "*",
"grunt-contrib-uglify": "*",
"grunt-contrib-handlebars": "*",
"grunt-contrib-watch": "*",
@ -25,5 +24,8 @@
"grunt-contrib-copy": "*",
"grunt-wrap": "*",
"grunt-curl": "*"
}
},
"scripts": {
"preinstall": "npm install grunt-cli -g"
}
}