Skip to content

Commit e07ceb1

Browse files
committed
build/artifacts details updates with package description and keywords
1 parent 67107ec commit e07ceb1

2 files changed

Lines changed: 14 additions & 11 deletions

File tree

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 12 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "pubnub",
33
"version": "13.0.1",
44
"author": "PubNub <support@pubnub.com>",
5-
"description": "Publish & Subscribe Real-time Messaging with PubNub",
5+
"description": "PubNub SDK for JavaScript. Publish/subscribe messaging over HTTP long-poll with server-assigned message ordering, channel occupancy via Here Now, and message history through Message Persistence.",
66
"scripts": {
77
"build": "npm run build:node && npm run build:web",
88
"build:web": "rollup -c ./rollup.config.js --bundleConfigAsCjs",
@@ -45,15 +45,18 @@
4545
"url": "git://github.com/pubnub/javascript.git"
4646
},
4747
"keywords": [
48-
"cloud",
49-
"publish",
50-
"subscribe",
51-
"websockets",
52-
"comet",
53-
"bosh",
54-
"xmpp",
48+
"pubnub",
49+
"realtime",
5550
"real-time",
56-
"messaging"
51+
"publish-subscribe",
52+
"pubsub",
53+
"messaging",
54+
"occupancy",
55+
"presence",
56+
"message-ordering",
57+
"message-history",
58+
"chat",
59+
"long-poll"
5760
],
5861
"dependencies": {
5962
"agentkeepalive": "^3.5.2",

0 commit comments

Comments
 (0)