Skip to content

Commit f77d65e

Browse files
authored
Merge pull request #373 from elmarquez/master
Reduce package.json and bower.json description field length.
2 parents 1d48f43 + 581429e commit f77d65e

File tree

3 files changed

+5
-2
lines changed

3 files changed

+5
-2
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
.idea
12
.pidfile.pid
23
node_modules
34
npm-debug.log

bower.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"authors": [
55
"Bryce Kahle <[email protected]>"
66
],
7-
"description": "Realtime library that provides a cross-browser, low latency, full duplex, cross-domain communication channel that behaves like a native WebSocket object.",
7+
"description": "SockJS-client is a browser JavaScript library that provides a WebSocket-like object.",
88
"main": "dist/sockjs.js",
99
"keywords": [
1010
"realtime",
@@ -19,6 +19,8 @@
1919
"ignore": [
2020
"**/.*",
2121
"bin",
22+
"build.sh",
23+
"gulpfile.js",
2224
"lib",
2325
"node_modules",
2426
"bower_components",

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "sockjs-client",
3-
"description": "SockJS-client is a browser JavaScript library that provides a WebSocket-like object. SockJS gives you a coherent, cross-browser, Javascript API which creates a low latency, full duplex, cross-domain communication channel between the browser and the web server.",
3+
"description": "SockJS-client is a browser JavaScript library that provides a WebSocket-like object.",
44
"version": "1.1.2",
55
"author": "Bryce Kahle",
66
"browser": {

0 commit comments

Comments
 (0)