File tree Expand file tree Collapse file tree 3 files changed +20
-2
lines changed Expand file tree Collapse file tree 3 files changed +20
-2
lines changed Original file line number Diff line number Diff line change
1
+ .bowerrc
2
+ .gitignore
3
+ .jshintignore
4
+ .jshintrc
5
+ .DS_Store
6
+ ** /. *
7
+ * .yml
8
+ * .xml
9
+ karma.conf.js
10
+ test.sh
11
+ dist.sh
12
+ bower.json
13
+ src /
14
+ example /
15
+ test /
16
+ bower_components /
17
+ npm-debug.log
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " angular-websocket" ,
3
- "version" : " 1.0.4 " ,
3
+ "version" : " 1.0.5 " ,
4
4
"homepage" : " https://github.com/gdi2290/angular-websocket" ,
5
5
"description" : " An AngularJS 1.x WebSocket service for connecting client applications to servers." ,
6
6
"keywords" : [
25
25
"ignore" : [
26
26
" .bowerrc" ,
27
27
" .gitignore" ,
28
+ " .npmignore" ,
28
29
" .jshintignore" ,
29
30
" .jshintrc" ,
30
31
" karma.conf.js" ,
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " angular-websocket" ,
3
- "version" : " 1.0.4 " ,
3
+ "version" : " 1.0.5 " ,
4
4
"main" : " angular-websocket.min.js" ,
5
5
"description" : " An AngularJS 1.x WebSocket service for connecting client applications to servers." ,
6
6
"homepage" : " https://github.com/gdi2290/angular-websocket" ,
You can’t perform that action at this time.
0 commit comments