Skip to content
This repository has been archived by the owner on Dec 1, 2023. It is now read-only.

Commit

Permalink
chore(npm): remove unused deps
Browse files Browse the repository at this point in the history
  • Loading branch information
mgcrea committed Jan 17, 2014
1 parent d811f24 commit 562fcd4
Showing 1 changed file with 3 additions and 7 deletions.
10 changes: 3 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@
"devDependencies": {
"grunt": "~0.4.2",
"grunt-angular-templates": "~0.5.1",
"grunt-autoprefixer": "~0.6.3",
"grunt-concurrent": "~0.4.2",
"grunt-autoprefixer": "~0.6.4",
"grunt-concurrent": "~0.4.3",
"grunt-contrib-clean": "~0.5.0",
"grunt-contrib-concat": "~0.3.0",
"grunt-contrib-connect": "~0.6.0",
Expand All @@ -24,7 +24,7 @@
"grunt-contrib-uglify": "~0.2.7",
"grunt-contrib-watch": "~0.5.3",
"grunt-karma": "~0.6.2",
"grunt-newer": "~0.6.0",
"grunt-newer": "~0.6.1",
"grunt-ngmin": "0.0.3",
"grunt-rev": "~0.1.0",
"grunt-usemin": "~2.0.2",
Expand All @@ -38,9 +38,5 @@
"test": "grunt test"
},
"dependencies": {
"grunt-concurrent": "~0.4.3",
"grunt-newer": "~0.6.1",
"grunt-contrib-uglify": "~0.2.7",
"grunt-autoprefixer": "~0.6.4"
}
}

0 comments on commit 562fcd4

Please sign in to comment.