Skip to content

Commit 021d54d

Browse files
committed
0.7.0
1 parent 81ad623 commit 021d54d

File tree

9 files changed

+681
-615
lines changed

9 files changed

+681
-615
lines changed

README.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -93,6 +93,13 @@ Or using npm:
9393
npm install cross-storage
9494
```
9595

96+
along with browserify:
97+
98+
``` javascript
99+
var CrossStorageClient = require('cross-storage').CrossStorageClient;
100+
var CrossStorageHub = require('cross-storage').CrossStorageHub;
101+
```
102+
96103
When serving the hub, you may want to set the CORS and CSP headers for your
97104
server depending on client/hub location. For example:
98105

bower.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "cross-storage",
3-
"version": "0.6.1",
3+
"version": "0.7.0",
44
"description": "Cross domain local storage",
55
"license": "Apache-2.0",
66
"authors": [

0 commit comments

Comments
 (0)