Skip to content

Commit

Permalink
Remove git utils
Browse files Browse the repository at this point in the history
  • Loading branch information
gkoberger committed Oct 4, 2016
1 parent 4b66238 commit 16c3ad1
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@
"base-store": "^0.4.4",
"colors": "^1.1.2",
"figures": "^1.7.0",
"git-utils": "^4.1.2",
"glob": "^7.1.0",
"inquirer": "^1.2.1",
"json2yaml": "^1.1.0",
Expand Down
1 change: 0 additions & 1 deletion utils.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ var figures = require('figures');
var open = require('open');

var _ = require('lodash');
var git = require('git-utils');
var status = require('node-status')
var swagger = require('swagger-parser');
var yaml = require('yamljs');
Expand Down

0 comments on commit 16c3ad1

Please sign in to comment.