Skip to content

Commit

Permalink
0.9.4: Updated url to issue tracker
Browse files Browse the repository at this point in the history
  • Loading branch information
Download committed Aug 29, 2015
1 parent 7ed4ba5 commit d5a6250
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 11 deletions.
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,18 +1,18 @@
# memorystorage <sub><sup>v0.9.3</sup></sub>
# memorystorage <sub><sup>v0.9.4</sup></sub>
Memory-backed storage that implements the [Web Storage API](http://www.w3.org/TR/webstorage/), making it a drop-in replacement for `localStorage` and `sessionStorage` in environments where these are not available.
[Project website](http://download.github.io/memorystorage)

## Download
* [memorystorage.js](https://cdn.rawgit.com/download/memorystorage/0.9.3/src/memorystorage.js) (~3kB, commented)
* [memorystorage.min.js](https://cdn.rawgit.com/download/memorystorage/0.9.3/dist/memorystorage.min.js) (~2kB, minified)
* [memorystorage.min.js.map](https://cdn.rawgit.com/download/memorystorage/0.9.3/dist/memorystorage.min.js.map) (~2kB, debug map file)
* [memorystorage.js](https://cdn.rawgit.com/download/memorystorage/0.9.4/src/memorystorage.js) (~3kB, commented)
* [memorystorage.min.js](https://cdn.rawgit.com/download/memorystorage/0.9.4/dist/memorystorage.min.js) (~2kB, minified)
* [memorystorage.min.js.map](https://cdn.rawgit.com/download/memorystorage/0.9.4/dist/memorystorage.min.js.map) (~2kB, debug map file)

## Include on your page
`memorystorage` can be used directly from CDN, or from a local script file.

### CDN
```xml
<script src="https://cdn.rawgit.com/download/memorystorage/0.9.3/dist/memorystorage.min.js"></script>
<script src="https://cdn.rawgit.com/download/memorystorage/0.9.4/dist/memorystorage.min.js"></script>
```

### Local script file
Expand Down
2 changes: 1 addition & 1 deletion dist/memorystorage.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "memorystorage",
"version": "0.9.3",
"version": "0.9.4",
"description": "Memory-backed implementation of the Web Storage API",
"main": "src/memorystorage.js",
"dist": {
Expand All @@ -18,9 +18,9 @@
"keywords": [
"javascript",
"persistence",
"persistent",
"objects",
"localStorage"
"persistent objects",
"localStorage",
"Web Storage API"
],
"author": {
"name": "Stijn de Witt",
Expand All @@ -32,7 +32,7 @@
"license": "CC-BY-4.0",
"licenseUrl": "https://creativecommons.org/licenses/by/4.0/",
"bugs": {
"url": "https://github.com/adrianmay/rhaboo/issues"
"url": "https://github.com/download/memorystorage/issues"
},
"homepage": "http://download.github.io/memorystorage",
"devDependencies": {
Expand Down

0 comments on commit d5a6250

Please sign in to comment.