From 0558bb2f37256af105d6654026e4ce40285da73b Mon Sep 17 00:00:00 2001 From: Matheus Genteluci Date: Tue, 5 Mar 2019 20:38:31 -0300 Subject: [PATCH] How to Use Package.json (#34601) Added hint and solution to index.md at guides section Portuguese language --- .../index.md | 17 +++++++++++++---- 1 file changed, 13 insertions(+), 4 deletions(-) diff --git a/guide/portuguese/certifications/apis-and-microservices/managing-packages-with-npm/how-to-use-package-json-the-core-of-any-node-js-project-or-npm-package/index.md b/guide/portuguese/certifications/apis-and-microservices/managing-packages-with-npm/how-to-use-package-json-the-core-of-any-node-js-project-or-npm-package/index.md index 2c8c2a92c6..397a09762c 100644 --- a/guide/portuguese/certifications/apis-and-microservices/managing-packages-with-npm/how-to-use-package-json-the-core-of-any-node-js-project-or-npm-package/index.md +++ b/guide/portuguese/certifications/apis-and-microservices/managing-packages-with-npm/how-to-use-package-json-the-core-of-any-node-js-project-or-npm-package/index.md @@ -1,9 +1,18 @@ --- title: How to Use package.json, the Core of Any Node.js Project or npm Package -localeTitle: Como usar o package.json, o projeto Core of Any Node.js ou o pacote npm +localeTitle: Como usar o package.json, o núcleo de qualquer projeto Node ou pacote npm --- -## Como usar o package.json, o projeto Core of Any Node.js ou o pacote npm +## Como usar o package.json, o núcleo de qualquer projeto Node ou pacote npm -Este é um esboço. [Ajude nossa comunidade a expandi-lo](https://github.com/freecodecamp/guides/tree/master/src/pages/certifications/apis-and-microservices/managing-packages-with-npm/how-to-use-package.json-the-core-of-any-node.js-project-or-npm-package/index.md) . +## Dica -[Este guia de estilo rápido ajudará a garantir que sua solicitação de recebimento seja aceita](https://github.com/freecodecamp/guides/blob/master/README.md) . \ No newline at end of file +* A chave `author` deve ser adicionada ao seu arquivo package.json usando seu +nome como valor. + +## Alerta de Spoiler: Solução à frente! + +## Solução: + +```javascript +"author": "Seu nome aqui" +```