We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
@alleyinteractive/*
The Make script (./configure.php) is finding and replacing the @alleyinteractive/* NPM package namespace with the when executed.
Make
./configure.php
make
Author username?
authorusername
Vendor name (usually the Github Organization)? [alleyinteractive]:
vendorname
Plugin namespace?
pluginnamespace
Will this plugin be compiling front-end assets (Node)?
yes
package.json
@vendorname/*
No response
The text was updated successfully, but these errors were encountered:
Alley
srtfisher
No branches or pull requests
Description of the bug
The
Make
script (./configure.php
) is finding and replacing the@alleyinteractive/*
NPM package namespace with the when executed.Steps To Reproduce
make
in the command lineAuthor username?
enterauthorusername
Vendor name (usually the Github Organization)? [alleyinteractive]:
entervendorname
Plugin namespace?
enter a different string likepluginnamespace
Will this plugin be compiling front-end assets (Node)?
answeryes
package.json
file for instances of@vendorname/*
Additional Information
No response
The text was updated successfully, but these errors were encountered: