Skip to content

Commit

Permalink
Update index.js
Browse files Browse the repository at this point in the history
  • Loading branch information
mrgamernavshorts authored Jan 15, 2025
1 parent 866b5ee commit 93e393f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
if (require.main === module) {
require('./lib/cli.js')(process)
} else {
throw new Error('The programmatic API was removed in npm v8.0.0')
throw new Error('The programmatic API was removed in npm V8.0.0')
}

0 comments on commit 93e393f

Please sign in to comment.