Skip to content

Commit 156273f

Browse files
committed
Set NPM “Go to the Website” to npmjs.com
Fixes #184 Signed-off-by: Jeff Byrnes <[email protected]>
1 parent a9585ef commit 156273f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Npm.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
class Npm extends Repo
1010
{
1111
protected $id = 'npm';
12-
protected $url = 'https://npms.io';
12+
protected $url = 'https://npmjs.com';
1313
protected $search_url = 'https://api.npms.io/v2/search?q=';
1414

1515
public function search($query)

0 commit comments

Comments
 (0)