Skip to content

Commit

Permalink
fix(init): package.json typo
Browse files Browse the repository at this point in the history
  • Loading branch information
zhenyulin committed Nov 21, 2018
1 parent bf23a84 commit c8809fc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/actions/init/steps.js
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ export const generatePackageJson = async ({
};
}

const TARGET_PATH = `${CWD}/${packageName}/pacakge.json`;
const TARGET_PATH = `${CWD}/${packageName}/package.json`;
await jsonfile.writeFile(TARGET_PATH, template, {
spaces: 2,
});
Expand Down

0 comments on commit c8809fc

Please sign in to comment.