Skip to content

Commit

Permalink
Lint nit
Browse files Browse the repository at this point in the history
  • Loading branch information
jdalton committed Nov 18, 2024
1 parent 7e3e8dd commit 763fe98
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/update-manifest.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ const util = require('node:util')

const { PackageURL } = require('packageurl-js')

const packageurlJsPkgJson = require('@socketregistry/packageurl-js/package.json')
const constants = require('@socketregistry/scripts/constants')
const {
UNLICENSED,
Expand Down Expand Up @@ -34,7 +35,6 @@ const {
const { pEach } = require('@socketsecurity/registry/lib/promises')
const { localeCompare } = require('@socketsecurity/registry/lib/sorts')
const { prettierFormat } = require('@socketsecurity/registry/lib/strings')
const packageurlJsPkgJson = require('@socketregistry/packageurl-js/package.json')

const { values: cliArgs } = util.parseArgs(parseArgsConfig)

Expand Down

0 comments on commit 763fe98

Please sign in to comment.