Skip to content

Commit

Permalink
Remove unused dependency cleanObject
Browse files Browse the repository at this point in the history
  • Loading branch information
dynamiccast committed Jul 11, 2016
1 parent 65a1643 commit 710baee
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion lib/api/services/JsonApiService.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
const _ = require("lodash");
const cleanObject = require('clean-object');
const JSONAPISerializer = require('json-api-serializer');
const jsonApiValidator = require('../../context-aware-jsonapi-validator/validator');
const Serializer = new JSONAPISerializer();
Expand Down
1 change: 0 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,6 @@
},
"homepage": "https://github.com/dynamiccast/sails-json-api-blueprints#readme",
"dependencies": {
"clean-object": "^1.0.2",
"json-api-serializer": "1.1.0",
"jsonapi-validator": "^2.0.0",
"lodash": "3.10.1",
Expand Down

0 comments on commit 710baee

Please sign in to comment.