We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent abca1a2 commit f77b49bCopy full SHA for f77b49b
1 file changed
bower.json
@@ -1,14 +1,13 @@
1
{
2
"name": "Ext.ux.data.proxy.WebSocket",
3
- "version": "0.0.4",
+ "version": "0.0.5",
4
"homepage": "https://github.com/wilk/Ext.ux.data.proxy.WebSocket",
5
"authors": [
6
"Vincenzo (Wilk) Ferrari <wilk3ert@gmail.com>"
7
],
8
"description": "An easy-to-use implementation of the ExtJS/Sencha Touch proxy, using HTML5 WebSocket",
9
"main": [
10
- "WebSocket.js",
11
- "WebSocket.min.js"
+ "WebSocket.js"
12
13
"keywords": [
14
"sencha",
@@ -32,6 +31,6 @@
32
31
"Gruntfile.js"
33
34
"dependencies": {
35
- "ext.ux.websocket": "~0.0.1"
+ "ext.ux.websocket": "~0.0.4"
36
}
37
0 commit comments