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

Commit

Permalink
feat(template): namespace generated project
Browse files Browse the repository at this point in the history
  • Loading branch information
amclin committed Oct 4, 2019
1 parent 7fb41e2 commit c18b7be
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion create-app.js
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ const createApp = async ({ appPath, useNpm, noGit = false, example }) => {
} else {
const packageJson = {
...templateSettings.package,
name: appName,
name: `@amclin/${appName}`,
version,
private: true,
repository: {
Expand Down

0 comments on commit c18b7be

Please sign in to comment.