patternity
Advanced tools
Comparing version 1.0.26 to 1.0.27
@@ -44,2 +44,6 @@ var _ = require("lodash"); | ||
function store(blob, options, onSuccess) { | ||
window.filepicker.store(blob, options, onSuccess); | ||
} | ||
function onError(FPError){ | ||
@@ -55,3 +59,4 @@ console.log(FPError); | ||
uploadAndCompress : uploadAndCompress, | ||
crop : crop | ||
crop : crop, | ||
store : store | ||
}; | ||
@@ -58,0 +63,0 @@ }; |
{ | ||
"name": "patternity", | ||
"version": "1.0.26", | ||
"version": "1.0.27", | ||
"description": "Patternity is the pattern library and style guide for all Influitive apps", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
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
3060333
31798