Comparing version 0.0.13 to 0.1.0
@@ -8,2 +8,3 @@ 'use strict'; | ||
// src/cookie-storage.coffee | ||
var cookieStorage = (function() { | ||
@@ -41,2 +42,3 @@ var key, postFix; | ||
// src/storage.coffee | ||
var storage = function(backend) { | ||
@@ -69,4 +71,6 @@ var root, store; | ||
// src/local-storage.coffee | ||
var localStorage = storage('local'); | ||
// src/index.coffee | ||
var supported; | ||
@@ -73,0 +77,0 @@ |
{ | ||
"name": "akasha", | ||
"version": "0.0.13", | ||
"version": "0.1.0", | ||
"description": "Cross-browser storage with cookie-based fallback. Inspired by [store.js](https://github.com/marcuswestin/store.js/).", | ||
@@ -40,17 +40,5 @@ "main": "dist/akasha.js", | ||
"cake-version": "0.1.9", | ||
"chai": "3.5.0", | ||
"chai-as-promised": "6.0.0", | ||
"co-mocha": "1.2.0", | ||
"codecov.io": "0.1.6", | ||
"coffee-coverage": "1.0.1", | ||
"coffee-script": "1.12.4", | ||
"coveralls": "2.11.16", | ||
"es5-shim": "4.5.9", | ||
"handroll": "0.4.5", | ||
"istanbul": "0.4.5", | ||
"mocha": "3.2.0", | ||
"mz": "2.6.0", | ||
"postmortem": "0.2.4", | ||
"shortcake": "1.2.5", | ||
"uglify-js": "2.8.7" | ||
"handroll": "0.7.1", | ||
"shortcake": "1.2.5" | ||
}, | ||
@@ -57,0 +45,0 @@ "dependencies": { |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
6
176
14204