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 c928aac commit 5219071Copy full SHA for 5219071
src/package.ts
@@ -205,7 +205,7 @@ export class Package extends AsyncOptionalCreatable {
205
};
206
}
207
208
- if (value.includes(`npm:${name}`)) {
+ if (value.startsWith(`npm:${name}`)) {
209
// package name was passed in as name, but an alias is used for the dependency
210
// e.g. passed in: "@salesforce/plugin-login"
211
// dependency: "@sf/login": "npm:@salesforce/plugin-login@1.1.1"
0 commit comments