Skip to content

Commit 710baee

Browse files
committed
Remove unused dependency cleanObject
1 parent 65a1643 commit 710baee

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

lib/api/services/JsonApiService.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
const _ = require("lodash");
2-
const cleanObject = require('clean-object');
32
const JSONAPISerializer = require('json-api-serializer');
43
const jsonApiValidator = require('../../context-aware-jsonapi-validator/validator');
54
const Serializer = new JSONAPISerializer();

package.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,6 @@
2525
},
2626
"homepage": "https://github.com/dynamiccast/sails-json-api-blueprints#readme",
2727
"dependencies": {
28-
"clean-object": "^1.0.2",
2928
"json-api-serializer": "1.1.0",
3029
"jsonapi-validator": "^2.0.0",
3130
"lodash": "3.10.1",

0 commit comments

Comments
 (0)