Skip to content

Commit

Permalink
0.11.0: Addressed issues PR's and feedback reported since 0.10
Browse files Browse the repository at this point in the history
* Incompatible property enumeration and toJSON method #2
* Add npm install to README #5
* Added logo
* Enabled Travis
* Enabled Greenkeeper
  • Loading branch information
Download committed Sep 1, 2016
1 parent 5698e6b commit ea94383
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 1 deletion.
13 changes: 13 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,19 @@
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)

[![npm](https://img.shields.io/npm/v/memorystorage.svg?maxAge=2592000)](https://npmjs.com/package/memorystorage)
[![license](https://img.shields.io/npm/l/memorystorage.svg)](https://creativecommons.org/licenses/by/4.0/)
[![travis](https://img.shields.io/travis/Download/memorystorage.svg)](https://travis-ci.org/Download/memorystorage)
[![greenkeeper](https://img.shields.io/david/Download/memorystorage.svg?maxAge=2592000)](https://greenkeeper.io/)
![mind BLOWN](https://img.shields.io/badge/mind-BLOWN-ff69b4.svg)

<sup><sub><sup><sub>.</sub></sup></sub></sup>

![logo](https://rawgit.com/download/memorystorage/0.11.0/memorystorage.png)

<sup><sub><sup><sub>.</sub></sup></sub></sup>


## Installation
**For Node**
```sh
Expand Down
Binary file added memorystorage.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,8 @@
"grunt": "^0.4.5",
"grunt-contrib-uglify": "~0.6.0",
"grunt-umd": "^2.3.3",
"load-grunt-tasks": "~1.0.0"
"load-grunt-tasks": "~1.0.0",
"node-qunit-phantomjs": "^1.4.0"
},
"dependencies": {},
"scripts": {
Expand Down

0 comments on commit ea94383

Please sign in to comment.