Skip to content

Commit

Permalink
add dependencies with socket io
Browse files Browse the repository at this point in the history
  • Loading branch information
Anthony Sendra committed Dec 9, 2015
1 parent 29aca35 commit bb5f43b
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,13 @@
node_modules/
examples/node_modules/

# Docker


# Other
.DS_STORE
*#
*~

# Compiled files
coverage/

# Bower
bower_components/
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,8 @@ bower install kuzzle-sdk --save
```

```html
<!-- Don't forget to include socketio before kuzzle -->
<script type="text/javascript" src="bower_components/socket.io-client/socket.io.js"></script>
<script type="text/javascript" src="bower_components/kuzzle-sdk/dist/kuzzle.min.js"></script>
```

Expand Down
5 changes: 4 additions & 1 deletion bower.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,5 +16,8 @@
"search",
"bulk"
],
"homepage": "https://github.com/kuzzleio/sdk-javascript"
"homepage": "https://github.com/kuzzleio/sdk-javascript",
"dependencies": {
"socket.io-client": "git@github.com:socketio/socket.io-client.git#1.3.7"
}
}

0 comments on commit bb5f43b

Please sign in to comment.