angular-cli/lib/registries.ts
Doug Parker 49ed081589 refactor: move Wombat registry to reusable constant
Pure refactor that just pulls the Wombat registry into a separate string constant to be re-used across scripts.
2020-07-23 10:45:25 +02:00

11 lines
311 B
TypeScript

/**
* @license
* Copyright Google Inc. All Rights Reserved.
*
* Use of this source code is governed by an MIT-style license that can be
* found in the LICENSE file at https://angular.io/license
*/
/** URL to Wombat NPM registry proxy. */
export const wombat = 'https://wombat-dressing-room.appspot.com';