diff --git a/amqp/package.json b/amqp/package.json index 224dbb2..1cbb86b 100644 --- a/amqp/package.json +++ b/amqp/package.json @@ -1,5 +1,5 @@ { - "name": "websocket-amqp-demo", + "name": "websocket-amqp-tutorial", "version": "1.0.0", "description": "Demo application for Kaazing WebSocket AMQP client library", "main": "index.html", diff --git a/jms/package.json b/jms/package.json index b5f9aaa..df705bd 100644 --- a/jms/package.json +++ b/jms/package.json @@ -1,5 +1,5 @@ { - "name": "websocket-jms-demo", + "name": "websocket-jms-tutorial", "version": "1.0.0", "description": "Demo application for Kaazing WebSocket JMS client library", "main": "index.html", diff --git a/ws/package.json b/ws/package.json index 3ce2a70..fafcac6 100644 --- a/ws/package.json +++ b/ws/package.json @@ -1,5 +1,5 @@ { - "name": "websocket-demo", + "name": "websocket-echo-tutorial", "version": "1.0.0", "description": "Demo application for Kaazing WebSocket client library", "main": "index.html",