Skip to content

Commit

Permalink
0.1.26
Browse files Browse the repository at this point in the history
  • Loading branch information
azabroflovski committed May 2, 2022
1 parent e69ea3d commit ce8e105
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 6 deletions.
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

17 changes: 13 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "onlinepbx",
"description": "Simple OnlinePBX telephony interface. Powered by plain JavaScript (written in TypeScript)",
"version": "0.0.26-rc",
"version": "0.1.26",
"homepage": "https://github.com/telefoniya/onlinepbx",
"author": {
"name": "Aza Broflovski",
Expand All @@ -17,10 +17,19 @@
"url": "https://github.com/telefoniya/onlinepbx/issues"
},
"private": false,
"files": ["dist"],
"files": [
"dist"
],
"main": "./dist/onlinepbx.umd.js",
"module": "./dist/onlinepbx.es.js",
"keywords": ["pbx", "onlinepbx", "telephony", "call", "online calls", "azabroflovski"],
"keywords": [
"pbx",
"onlinepbx",
"telephony",
"call",
"online calls",
"azabroflovski"
],
"exports": {
".": {
"import": "./dist/onlinepbx.es.js",
Expand All @@ -37,4 +46,4 @@
"typescript": "^4.5.4",
"vite": "^2.8.0"
}
}
}

0 comments on commit ce8e105

Please sign in to comment.