@atomist/sdm-pack-node
Version:
Extension pack for an Atomist SDM to work with Node.js projects
9 lines • 434 B
TypeScript
import { AutofixRegistration } from "@atomist/sdm";
/**
* Autofix to replace http registry links with https ones.
*
* Apparently the issue is fixed in npm but we are still seeing http link every once in a while:
* https://npm.community/t/some-packages-have-dist-tarball-as-http-and-not-https/285
*/
export declare const PackageLockUrlRewriteAutofix: AutofixRegistration;
//# sourceMappingURL=packageLockUrlRewriteAutofix.d.ts.map