Skip to content

Commit

Permalink
fix(camelCaseKeys): adopt breaking changes
Browse files Browse the repository at this point in the history
  • Loading branch information
SukkaW committed Dec 2, 2019
1 parent c5b6a15 commit 37f9762
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/camel_case_keys.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
'use strict';

const camelCase = require('camel-case');
const { camelCase } = require('camel-case');

function getter(key) {
return function() {
Expand Down

0 comments on commit 37f9762

Please sign in to comment.