diff --git a/.gitignore b/.gitignore index e907a1a..d600033 100755 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,3 @@ node_modules index.html +.idea diff --git a/package.json b/package.json index b35d8c2..7edfc02 100644 --- a/package.json +++ b/package.json @@ -1,5 +1,5 @@ { - "name": "pluralize-words-ptbr", + "name": "pluralize-ptbr", "version": "1.0.4", "description": "Obtenha o plural em portugês brasileiro de palavras no singular", "main": "pluralize-ptbr.js",