Skip to content

Commit

Permalink
fix: rm unused import
Browse files Browse the repository at this point in the history
  • Loading branch information
reggi committed Dec 2, 2024
1 parent 6d4605a commit 6c89a29
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion lib/commands/publish.js
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@ const { getContents, logTar } = require('../utils/tar.js')
const { flatten } = require('@npmcli/config/lib/definitions')
const pkgJson = require('@npmcli/package-json')
const BaseCommand = require('../base-cmd.js')
const DistTag = require('./dist-tag.js')

class Publish extends BaseCommand {
static description = 'Publish a package'
Expand Down

0 comments on commit 6c89a29

Please sign in to comment.