Skip to content

Commit

Permalink
fix: require memoizeOne 🤦
Browse files Browse the repository at this point in the history
  • Loading branch information
JGAntunes committed Jan 20, 2021
1 parent e3cf50c commit 3e87c3d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/utils/get-global-config.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
const Configstore = require('configstore')
const { memoizeOne } = require('memoize-one')
const memoizeOne = require('memoize-one')
const { v4: uuidv4 } = require('uuid')

const { readFileAsync } = require('../lib/fs')
Expand Down

0 comments on commit 3e87c3d

Please sign in to comment.