Skip to content

Commit 65a1643

Browse files
committed
Remove unused dependency path
1 parent a1656e2 commit 65a1643

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

lib/hook.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@
44

55
var _ = require('lodash');
66
var util = require('util');
7-
var nodePath = require('path');
87
var pluralize = require('pluralize');
98
var BlueprintController = {
109
create : require('./api/blueprints/create')

package.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,6 @@
2929
"json-api-serializer": "1.1.0",
3030
"jsonapi-validator": "^2.0.0",
3131
"lodash": "3.10.1",
32-
"path": "^0.12.7",
3332
"pluralize": "^2.0.0",
3433
"util": "^0.10.3"
3534
},

0 commit comments

Comments
 (0)