Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Rename download-runtime => runtime-fetch #683

Merged
merged 1 commit into from
Apr 3, 2020

Conversation

sebastianbenz
Copy link
Collaborator

NPM doesn't allow modules containing download.

@@ -19,7 +19,7 @@ const cacheListProvider = require('@ampproject/toolbox-cache-list');
const crossFetch = require('cross-fetch');
const fse = require('fs-extra');
const https = require('https');
const log = require('@ampproject/toolbox-core').log.tag('AMP Download Runtime');
const log = require('@ampproject/toolbox-core').log.tag('Runtime Fetch');
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

nit: Tag doesn't match tool name; this is the only place "Runtime Fetch" is user facing.

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

renamed to Runtime Download

Copy link
Contributor

@mdmower mdmower left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Small nit, but otherwise looks correct.

NPM doesn't allow modules containing `download`.
@sebastianbenz sebastianbenz merged commit 643251d into master Apr 3, 2020
@sebastianbenz
Copy link
Collaborator Author

Thanks for the review!

@sebastianbenz sebastianbenz deleted the rename-runtime-download branch April 3, 2020 08:03
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants