Skip to content

Commit

Permalink
updated package.json for npm
Browse files Browse the repository at this point in the history
  • Loading branch information
deftio committed Aug 2, 2024
1 parent e0ec78c commit cc0d2ac
Show file tree
Hide file tree
Showing 14 changed files with 33 additions and 18 deletions.
2 changes: 1 addition & 1 deletion dist/quikchat.cjs.js

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

2 changes: 1 addition & 1 deletion dist/quikchat.cjs.js.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/quikchat.cjs.min.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/quikchat.cjs.min.js.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/quikchat.esm.js

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

2 changes: 1 addition & 1 deletion dist/quikchat.esm.js.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/quikchat.esm.min.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/quikchat.esm.min.js.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/quikchat.umd.js

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

2 changes: 1 addition & 1 deletion dist/quikchat.umd.js.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/quikchat.umd.min.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/quikchat.umd.min.js.map

Large diffs are not rendered by default.

25 changes: 20 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,25 +1,40 @@
{
"name": "quikchat",
"version": "1.1.1",
"version": "1.1.2",
"description": "quikchat is a simple vanilla (no dependancies) JavaScript chat control for browsers ",
"author": "deftio (https://github.com/deftio",
"license": "BSD-2-Clause",
"repository": {
"type": "git",
"url": "git://github.com/deftio/quikchat.git"
},
"bugs": {
"url": "git://github.com/deftio/quikchat/issues"
},
"homepage": "https://github.com/deftio/quikchat",
"main": "dist/quikchat.umd.min.js",
"module": "dist/quikchat.min.js",
"unpkg": "dist/quikchat.umd.min.js",
"browser": "dist/quikchat.umd.min.js",
"files": [
"dist"
],
"author": "deftio",
"type": "module",
"directories": {
"example": "examples"
"examples": "examples"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "node ./tools/updateVersion && npx docbat -i README.md -o index.html && rollup -c"
},
"keywords": [],
"license": "BSD-2-Clause",
"keywords": [
"chat",
"chatcontrol",
"vanillajs",
"llm-chat",
"chatbox",
"chatboxcontrol"
],
"devDependencies": {
"@rollup/plugin-babel": "^6.0.4",
"@rollup/plugin-commonjs": "^26.0.1",
Expand Down
2 changes: 1 addition & 1 deletion src/quikchat.js
Original file line number Diff line number Diff line change
Expand Up @@ -373,7 +373,7 @@ class quikchat {
}

static version() {
return { "version": "1.1.1", "license": "BSD-2", "url": "https://github/deftio/quikchat" };
return { "version": "1.1.2", "license": "BSD-2", "url": "https://github/deftio/quikchat" };
}

/**
Expand Down

0 comments on commit cc0d2ac

Please sign in to comment.