Skip to content

Commit

Permalink
Update checkRegistry build step to point to official npm registry
Browse files Browse the repository at this point in the history
  • Loading branch information
peabnuts123 committed Feb 11, 2019
1 parent 9b34b97 commit d22d084
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/build/checkRegistry.ts
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ import ERROR_CODES from './errorCodes';

// Create Registry object
const npm = new Registry({
registry: 'https://skimdb.npmjs.com/registry',
registry: 'https://registry.npmjs.org',
});

try {
Expand Down

0 comments on commit d22d084

Please # to comment.