Skip to content

Commit

Permalink
Updating info on lcavadas/Storage.js
Browse files Browse the repository at this point in the history
Had to rename the project to be able to publish on npm. All is the same except the name.
  • Loading branch information
lcavadas committed Nov 1, 2018
1 parent 031b669 commit 6864635
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions data.js
Expand Up @@ -5334,12 +5334,12 @@ module.exports = [{
source: "https://raw.githubusercontent.com/tiaanduplessis/dont-go/master/lib/dont-go.js"
},
{
name: "Storage.js",
github: "lcavadas/Storage.js",
name: "Browser Storage JS",
github: "lcavadas/browser-storage-js",
tags: ["IndexedDB", "WebSQL", "localStorage", "sessionStorage", "localStorage", "storage", "database", "object", "store"],
description: "JavaScript Library for Cross Browser Persistence using WebStorage (LocalStorage, SessionStorage, WebSQL and IndexedDB) for all browsers.",
url: "https://github.com/lcavadas/Storage.js",
source: "https://raw.githubusercontent.com/lcavadas/Storage.js/master/build/storage.js"
url: "https://github.com/lcavadas/browser-storage-js",
source: "https://raw.githubusercontent.com/lcavadas/browser-storage-js/master/build/storage.js"
},
{
name: "xr",
Expand Down

0 comments on commit 6864635

Please sign in to comment.