Skip to content
This repository was archived by the owner on May 6, 2022. It is now read-only.

fix: rename npm package so yarn create works #44

Merged
merged 1 commit into from
Oct 18, 2019
Merged

Conversation

developher-net
Copy link
Owner

yarn create requires that a package on the NPM registry
be prefixed with the name create-.

BREAKING CHANGE:
npx amclin-create-react-app is now npx create-amclin-nextjs-app

Fixes #18

`yarn create` requires that a package on the NPM registry
be prefixed with the name `create-`.

BREAKING CHANGE:
`npx amclin-create-react-app` is now `npx create-amclin-nextjs-app`

Fixes #18
@developher-net developher-net merged commit 665c4ad into master Oct 18, 2019
@developher-net developher-net deleted the fix/rename branch October 18, 2019 00:18
@developher-net
Copy link
Owner Author

🎉 This PR is included in version 3.0.0 🎉

The release is available on:

Your semantic-release bot 📦🚀

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

Successfully merging this pull request may close these issues.

Add support for ‘yarn create’ along with already supported npx.
1 participant