Skip to content

Commit

Permalink
Remove unused dependency path
Browse files Browse the repository at this point in the history
  • Loading branch information
dynamiccast committed Jul 11, 2016
1 parent a1656e2 commit 65a1643
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion lib/hook.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@

var _ = require('lodash');
var util = require('util');
var nodePath = require('path');
var pluralize = require('pluralize');
var BlueprintController = {
create : require('./api/blueprints/create')
Expand Down
1 change: 0 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,6 @@
"json-api-serializer": "1.1.0",
"jsonapi-validator": "^2.0.0",
"lodash": "3.10.1",
"path": "^0.12.7",
"pluralize": "^2.0.0",
"util": "^0.10.3"
},
Expand Down

0 comments on commit 65a1643

Please sign in to comment.