Skip to content

Commit e1bfaa4

Browse files
committed
chore(release): v0.0.1
1 parent 3013b08 commit e1bfaa4

1 file changed

Lines changed: 4 additions & 2 deletions

File tree

package.json

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "typescript-react-package-starter",
33
"description": "",
4-
"version": "0.0.0",
4+
"version": "0.0.1",
55
"author": "",
66
"license": "",
77
"keywords": [],
@@ -30,7 +30,9 @@
3030
"import": "./dist/index.mjs"
3131
}
3232
},
33-
"files": ["dist"],
33+
"files": [
34+
"dist"
35+
],
3436
"config": {
3537
"commitizen": {
3638
"path": "./node_modules/@ryansonshine/cz-conventional-changelog"

0 commit comments

Comments
 (0)