v2.1.2: update urls

This commit is contained in:
AJ ONeal 2018-07-31 10:49:03 -06:00
bovenliggende b2fdf0aba2
commit 21098984f1
2 gewijzigde bestanden met toevoegingen van 4 en 4 verwijderingen

Bestand weergeven

@ -11,7 +11,7 @@ Bower (Browser)
```bash
bower install json-storage
# or
wget https://raw2.github.com/coolaj86/json-storage-js/master/json-storage.js
wget https://git.coolaj86.com/coolaj86/json-storage.js/raw/branch/master/json-storage.js
```
Node.JS (Server)
@ -35,7 +35,7 @@ var localStorage = require('localStorage')
}
;
store.set('myKey', myValue);
store.set('myKey', myValue);
myValue = store.get('myKey');
```

Bestand weergeven

@ -3,10 +3,10 @@
"name": "json-storage",
"description": "A wrapper for storage engines which use the W3C Storage API",
"keywords": ["dom", "storage", "json", "w3c", "localStorage", "sessionStorage", "globalStorage", "Storage"],
"version": "2.1.1",
"version": "2.1.2",
"repository": {
"type": "git",
"url": "git://github.com/coolaj86/json-storage-js.git"
"url": "git://git.coolaj86.com/coolaj86/json-storage.js.git"
},
"engines": {
"node": ">= v0.2.0"