Skip to content

Commit

Permalink
fix: exposed install.js script for applications docs [WTEL-5425]
Browse files Browse the repository at this point in the history
  • Loading branch information
dlohvinov committed Nov 11, 2024
1 parent 3ca9300 commit f409687
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@webitel/ui-sdk",
"version": "24.10.64",
"version": "24.10.65",
"private": false,
"scripts": {
"dev": "vite",
Expand Down Expand Up @@ -86,6 +86,7 @@
"files": [
"dist/*",
"src/api/*",
"src/assets/*",
"src/locale/*",
"src/composables/*",
"src/css/*",
Expand All @@ -99,6 +100,7 @@
"src/plugins/*",
"src/store/*",
"src/tests/*",
"src/install.js",
"CHANGELOG.md"
],
"dependencies": {
Expand Down

0 comments on commit f409687

Please sign in to comment.