Skip to content

Commit

Permalink
Changed dependency lodash to lodash-es
Browse files Browse the repository at this point in the history
  • Loading branch information
Jaid committed Oct 1, 2021
1 parent 10be518 commit b47a139
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import fsp from "@absolunet/fsp"
import chalk from "chalk"
import filesize from "filesize"
import gitUrlParse from "git-url-parse"
import {isString} from "lodash"
import {isString} from "lodash-es"
import normalizePackageData from "normalize-package-data"
import sortObject from "sort-object"
import urlParse from "url-parse"
Expand Down

0 comments on commit b47a139

Please sign in to comment.