We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f47a514 commit 6f2a724Copy full SHA for 6f2a724
lib/commands/publish.js
@@ -16,7 +16,6 @@ const { getContents, logTar } = require('../utils/tar.js')
16
const { flatten } = require('@npmcli/config/lib/definitions')
17
const pkgJson = require('@npmcli/package-json')
18
const BaseCommand = require('../base-cmd.js')
19
-const DistTag = require('./dist-tag.js')
20
21
class Publish extends BaseCommand {
22
static description = 'Publish a package'
0 commit comments