client-side-storage
Advanced tools
Comparing version 1.1.1 to 1.1.2
@@ -8,2 +8,2 @@ 'use strict'; | ||
module.exports = StorageAPI; | ||
module.exports = StorageAPI; |
{ | ||
"name": "client-side-storage", | ||
"version": "1.1.1", | ||
"version": "1.1.2", | ||
"description": "Simple, extensible, client-side key/value pair storage for winners, like you.", | ||
@@ -8,3 +8,3 @@ "main": "dist/storage-methods.js", | ||
"prebuild": "rm -rf dist && mkdir dist", | ||
"build": "babel src/storage-methods.js -o dist/storage-methods.js", | ||
"build": "babel src --out-dir dist", | ||
"commit": "./node_modules/commitizen/bin/git-cz", | ||
@@ -11,0 +11,0 @@ "start": "npm run test", |
30122
16
886