Skip to content

Commit 28309f5

Browse files
committed
added Ext.ux.WebSocket as a dependency
1 parent af78088 commit 28309f5

1 file changed

Lines changed: 9 additions & 3 deletions

File tree

bower.json

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,15 @@
11
{
22
"name": "Ext.ux.data.proxy.WebSocket",
3-
"version": "0.0.0",
3+
"version": "0.0.1",
44
"homepage": "https://github.com/wilk/Ext.ux.data.proxy.WebSocket",
55
"authors": [
66
"Vincenzo (Wilk) Ferrari <wilk3ert@gmail.com>"
77
],
88
"description": "An easy-to-use implementation of the ExtJS/Sencha Touch proxy, using HTML5 WebSocket",
9-
"main": ["WebSocket.js", "WebSocket.min.js"],
9+
"main": [
10+
"WebSocket.js",
11+
"WebSocket.min.js"
12+
],
1013
"keywords": [
1114
"sencha",
1215
"extjs",
@@ -27,5 +30,8 @@
2730
"ux",
2831
"demo",
2932
"Gruntfile.json"
30-
]
33+
],
34+
"dependencies": {
35+
"ext.ux.websocket": "~0.0.1"
36+
}
3137
}

0 commit comments

Comments
 (0)