Skip to content

Commit

Permalink
0.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
danielstjules committed Jun 8, 2015
1 parent 81ad623 commit 021d54d
Show file tree
Hide file tree
Showing 9 changed files with 681 additions and 615 deletions.
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -93,6 +93,13 @@ Or using npm:
npm install cross-storage
```

along with browserify:

``` javascript
var CrossStorageClient = require('cross-storage').CrossStorageClient;
var CrossStorageHub = require('cross-storage').CrossStorageHub;
```

When serving the hub, you may want to set the CORS and CSP headers for your
server depending on client/hub location. For example:

Expand Down
2 changes: 1 addition & 1 deletion bower.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "cross-storage",
"version": "0.6.1",
"version": "0.7.0",
"description": "Cross domain local storage",
"license": "Apache-2.0",
"authors": [
Expand Down
Loading

0 comments on commit 021d54d

Please sign in to comment.