Skip to content

Commit 2c13b2f

Browse files
build(package): fix whitelisting of /dist in "files" field
Currently, the files in `dist` directory aren't being published
1 parent bffebd2 commit 2c13b2f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@
4949
"standard-version": "^6.0.1"
5050
},
5151
"files": [
52-
"./dist"
52+
"/dist"
5353
],
5454
"license": "MIT"
5555
}

0 commit comments

Comments
 (0)