Skip to content

Commit

Permalink
Merge pull request #1027 from kingcody/chore/remove-wiredep
Browse files Browse the repository at this point in the history
chore(dependencies): remove unused dependency wiredep
  • Loading branch information
Awk34 committed Jun 29, 2015
2 parents dbb291a + f87b34c commit f4f0b5a
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion app/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ var util = require('util');
var genUtils = require('../util.js');
var yeoman = require('yeoman-generator');
var chalk = require('chalk');
var wiredep = require('wiredep');

var AngularFullstackGenerator = yeoman.generators.Base.extend({

Expand Down
1 change: 0 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,6 @@
"dependencies": {
"yeoman-generator": "~0.17.0",
"chalk": "~0.4.0",
"wiredep": "~0.4.2",
"generator-ng-component": "~0.0.4"
},
"peerDependencies": {
Expand Down

0 comments on commit f4f0b5a

Please sign in to comment.