Skip to content

Commit 44a5831

Browse files
committed
🐛 fix dist/ and types/ not published to NPM
I've removed "/" from directories in package.json's files array due to npm/cli#2007.
1 parent e86b0bd commit 44a5831

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "brazilian-values",
3-
"version": "0.10.0",
3+
"version": "0.10.1",
44
"sideEffects": false,
55
"description": "Validates and formats brazilian values, like money (BRL), CPF, CNPJ, dates etc.",
66
"keywords": [
@@ -14,8 +14,8 @@
1414
"BRL"
1515
],
1616
"files": [
17-
"dist/",
18-
"types/"
17+
"dist",
18+
"types"
1919
],
2020
"author": {
2121
"name": "Vitor Luiz Cavalcanti",

0 commit comments

Comments
 (0)