Removed the Requirement to Install Python and NodeJS (Now Bundled with Borealis)
This commit is contained in:
8
Dependencies/NodeJS/node_modules/npm/lib/commands/unstar.js
generated
vendored
Normal file
8
Dependencies/NodeJS/node_modules/npm/lib/commands/unstar.js
generated
vendored
Normal file
@ -0,0 +1,8 @@
|
||||
const Star = require('./star.js')
|
||||
|
||||
class Unstar extends Star {
|
||||
static description = 'Remove an item from your favorite packages'
|
||||
static name = 'unstar'
|
||||
}
|
||||
|
||||
module.exports = Unstar
|
Reference in New Issue
Block a user