Fix issues in MusicStore.Spa package.json

This commit is contained in:
DamianEdwards 2014-10-06 15:01:57 -07:00
parent 788f0b7c07
commit f332bf6800
1 changed files with 18 additions and 18 deletions

View File

@ -1,18 +1,18 @@
{
"name": "MusicStore",
"version": "0.0.0",
"devDependencies": {
"grunt": "~0.4.2",
"grunt-bower-task": "~0.4.0",
"grunt-contrib-jshint": "~0.10.0",
"grunt-contrib-uglify": "~0.4.0",
"grunt-contrib-watch": "~0.6.1",
"grunt-contrib-copy": "~0.5.0",
"grunt-contrib-clean": "~0.5.0",
"grunt-contrib-less": "~0.11.0",
"grunt-typescript": "~0.3.6",
"grunt-tslint": "~0.4.1",
"grunt-tsng": "~0.1.3",
"grunt-ide-support": "~0.1.7"
}
}
{
"name": "MusicStore",
"version": "0.0.0",
"devDependencies": {
"grunt": "~0.4.2",
"grunt-bower-task": "^0.4.0",
"grunt-contrib-clean": "~0.5.0",
"grunt-contrib-copy": "~0.5.0",
"grunt-contrib-jshint": "~0.10.0",
"grunt-contrib-less": "~0.11.0",
"grunt-contrib-uglify": "~0.4.0",
"grunt-contrib-watch": "~0.6.1",
"grunt-ide-support": "~0.1.7",
"grunt-tslint": "~0.4.1",
"grunt-tsng": "~0.1.3",
"grunt-typescript": "~0.3.6"
}
}