Skip to content

Commit c154a1d

Browse files
package json changes
1 parent 50e3507 commit c154a1d

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

package.json

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,13 @@
11
{
22
"name": "@freshworks/fs-ui-common",
33
"description": "Freshservice UI Common library",
4-
"version": "0.0.1",
4+
"version": "0.0.2",
55
"type": "module",
66
"repository": {
77
"type": "git",
88
"url": "https://github.com/freshworks/fs-ui-common"
99
},
10+
"files": ["dist"],
1011
"scripts": {
1112
"dev": "vite",
1213
"prebuild": "rm -rf dist",

0 commit comments

Comments
 (0)