We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 214ecac commit 18a4d64Copy full SHA for 18a4d64
lib/definitions/errors.js
@@ -51,6 +51,6 @@ Please make sure to add a valid \`name\` for your package in your \`package.json
51
message: 'Missing `package.json` file.',
52
details: `A [package.json file](https://docs.npmjs.com/files/package.json) at the root of your project is required to release on npm.
53
54
-Please follow the [npm guideline](https://docs.npmjs.com/getting-started/creating-node-modules) to create a valid \`pacakge.json\` file.`,
+Please follow the [npm guideline](https://docs.npmjs.com/getting-started/creating-node-modules) to create a valid \`package.json\` file.`,
55
}),
56
};
0 commit comments