Skip to content

Commit 84461ec

Browse files
committed
Fixed dependencies
1 parent bd1a7a3 commit 84461ec

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Service/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
const _ = require('lodash');
44
const process = require('process');
5-
const Serializer = require('json-api-serializer');
5+
const Serializer = require('@dinevillar/json-api-serializer');
66
const {JsonApiException, JsonApiSpecificationException} = require('../Exceptions');
77
const Logger = use('Logger');
88

0 commit comments

Comments
 (0)