Fix issues in MusicStore.Spa package.json
This commit is contained in:
parent
788f0b7c07
commit
f332bf6800
|
|
@ -1,18 +1,18 @@
|
||||||
{
|
{
|
||||||
"name": "MusicStore",
|
"name": "MusicStore",
|
||||||
"version": "0.0.0",
|
"version": "0.0.0",
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"grunt": "~0.4.2",
|
"grunt": "~0.4.2",
|
||||||
"grunt-bower-task": "~0.4.0",
|
"grunt-bower-task": "^0.4.0",
|
||||||
"grunt-contrib-jshint": "~0.10.0",
|
"grunt-contrib-clean": "~0.5.0",
|
||||||
"grunt-contrib-uglify": "~0.4.0",
|
"grunt-contrib-copy": "~0.5.0",
|
||||||
"grunt-contrib-watch": "~0.6.1",
|
"grunt-contrib-jshint": "~0.10.0",
|
||||||
"grunt-contrib-copy": "~0.5.0",
|
"grunt-contrib-less": "~0.11.0",
|
||||||
"grunt-contrib-clean": "~0.5.0",
|
"grunt-contrib-uglify": "~0.4.0",
|
||||||
"grunt-contrib-less": "~0.11.0",
|
"grunt-contrib-watch": "~0.6.1",
|
||||||
"grunt-typescript": "~0.3.6",
|
"grunt-ide-support": "~0.1.7",
|
||||||
"grunt-tslint": "~0.4.1",
|
"grunt-tslint": "~0.4.1",
|
||||||
"grunt-tsng": "~0.1.3",
|
"grunt-tsng": "~0.1.3",
|
||||||
"grunt-ide-support": "~0.1.7"
|
"grunt-typescript": "~0.3.6"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue