Skip to content

Commit 702cb1f

Browse files
committed
Fix release
1 parent 06b4078 commit 702cb1f

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

package.json

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "stage-js",
3-
"version": "1.0.0-alpha.21",
3+
"version": "1.0.0-alpha.22",
44
"description": "2D HTML5 Rendering and Layout",
55
"homepage": "http://piqnt.com/stage.js/",
66
"author": "Ali Shakiba",
@@ -40,6 +40,10 @@
4040
"ignore": [
4141
"example/"
4242
],
43+
"files": [
44+
"src",
45+
"dist"
46+
],
4347
"scripts": {
4448
"dev": "vite",
4549
"build": "vite build",

0 commit comments

Comments
 (0)