Skip to content

Commit 61d778a

Browse files
committed
6.0.0
1 parent a59f1b0 commit 61d778a

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

package.json

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-skinview3d",
3-
"version": "6.0.0-alpha.1",
3+
"version": "6.0.0",
44
"description": "A React component for skinview3d Minecraft viewer",
55
"author": "Hacksore",
66
"license": "MIT",
@@ -41,7 +41,9 @@
4141
"storybook": "^8.6.12",
4242
"typescript": "5.8.3"
4343
},
44-
"files": ["dist"],
44+
"files": [
45+
"dist"
46+
],
4547
"peerDependencies": {
4648
"react": ">=16.8.0",
4749
"react-dom": ">=16.8.0"

0 commit comments

Comments
 (0)