Skip to content

Commit 94adc2a

Browse files
LucasLarsonegamma
authored andcommitted
1 parent f0faef0 commit 94adc2a

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

extensions/npm/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ the hover shown on a script or using the command `Run Selected Npm Script`.
2424

2525
### Others
2626

27-
The extension fetches data from https://registry.npmjs/org and https://registry.bower.io to provide auto-completion and information on hover features on npm dependencies.
27+
The extension fetches data from https://registry.npmjs.org and https://registry.bower.io to provide auto-completion and information on hover features on npm dependencies.
2828

2929
## Settings
3030

extensions/npm/package.nls.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"config.npm.exclude": "Configure glob patterns for folders that should be excluded from automatic script detection.",
88
"config.npm.enableScriptExplorer": "Enable an explorer view for npm scripts when there is no top-level 'package.json' file.",
99
"config.npm.scriptExplorerAction": "The default click action used in the scripts explorer: `open` or `run`, the default is `open`.",
10-
"config.npm.fetchOnlinePackageInfo": "Fetch data from https://registry.npmjs/org and https://registry.bower.io to provide auto-completion and information on hover features on npm dependencies.",
10+
"config.npm.fetchOnlinePackageInfo": "Fetch data from https://registry.npmjs.org and https://registry.bower.io to provide auto-completion and information on hover features on npm dependencies.",
1111
"npm.parseError": "Npm task detection: failed to parse the file {0}",
1212
"taskdef.script": "The npm script to customize.",
1313
"taskdef.path": "The path to the folder of the package.json file that provides the script. Can be omitted.",

0 commit comments

Comments
 (0)