Skip to content
This repository has been archived by the owner on Oct 30, 2024. It is now read-only.

Rename packages (nyc -> coverage, prettier -> format, tsc -> typescript) #27

Merged
merged 2 commits into from
May 19, 2020

Conversation

ryanio
Copy link
Contributor

@ryanio ryanio commented May 19, 2020

As per #26 (comment) and to close #18, this PR renames:

  • ethereumjs-config-nyc -> ethereumjs-config-coverage
  • ethereumjs-config-prettier -> ethereumjs-config-format
  • ethereumjs-config-tsc -> ethereumjs-config-ts-compile
    ethereumjs-config-build -> ethereumjs-config-ts-build

ethereumjs-config-tslint is renamed to ethereumjs-config-lint in #26.

This PR also removes coveralls since we can now push reports via github actions (closes #22).

@evertonfraga evertonfraga self-requested a review May 19, 2020 22:40
Copy link
Contributor

@evertonfraga evertonfraga left a comment

Choose a reason for hiding this comment

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

LGTM!

I pushed some more README changes, and renamed the typescript files, trying to distance ourselves from the tsc name.

Please double-check my work, @ryanio.

"tsc": "ethereumjs-config-tsc",
"build": "ethereumjs-config-build"
"tsc": "ethereumjs-config-ts-compile",
"build": "ethereumjs-config-ts-build"
Copy link
Contributor Author

Choose a reason for hiding this comment

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

great!

@ryanio
Copy link
Contributor Author

ryanio commented May 19, 2020

thanks for those, looks great!

@evertonfraga evertonfraga merged commit 1399943 into master May 19, 2020
@evertonfraga
Copy link
Contributor

I looked at past PRs, and it seems we can safely ignore LGTM analysis for JS. Merging in…

@evertonfraga evertonfraga deleted the renamePackages branch May 19, 2020 22:51
@holgerd77
Copy link
Member

👍

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
3 participants