From 9f8682dd6eb6e9b9328e0664c4afe335bca199a5 Mon Sep 17 00:00:00 2001 From: Nolan Lawson Date: Thu, 11 Dec 2014 19:55:12 -0500 Subject: [PATCH] 1.1.1 --- bower.json | 4 +-- dist/blob-util.js | 68 ++++++++++++++++++++++++------------------- dist/blob-util.min.js | 2 +- package.json | 3 +- 4 files changed, 42 insertions(+), 35 deletions(-) diff --git a/bower.json b/bower.json index 9b21b18..9c2a7ea 100644 --- a/bower.json +++ b/bower.json @@ -1,11 +1,11 @@ { "name": "blob-util", - "version": "1.1.0", + "version": "1.1.1", + "description": "Utilities for working with Blob objects in the browser", "homepage": "https://github.com/nolanlawson/blob-util", "authors": [ "Nolan Lawson " ], - "description": "Utilities for working with Blob objects in the browser", "main": "dist/blob-util.js", "moduleType": [ "node" diff --git a/dist/blob-util.js b/dist/blob-util.js index 1dd7adc..bc41a0e 100644 --- a/dist/blob-util.js +++ b/dist/blob-util.js @@ -1,4 +1,4 @@ -!function(e){"object"==typeof exports?module.exports=e():"function"==typeof define&&define.amd?define(e):"undefined"!=typeof window?window.blobUtil=e():"undefined"!=typeof global?global.blobUtil=e():"undefined"!=typeof self&&(self.blobUtil=e())}(function(){var define,module,exports;return (function e(t,n,r){function s(o,u){if(!n[o]){if(!t[o]){var a=typeof require=="function"&&require;if(!u&&a)return a(o,!0);if(i)return i(o,!0);throw new Error("Cannot find module '"+o+"'")}var f=n[o]={exports:{}};t[o][0].call(f.exports,function(e){var n=t[o][1][e];return s(n?n:e)},f,f.exports,e,t,n,r)}return n[o].exports}var i=typeof require=="function"&&require;for(var o=0;o api.md", "jsdoc": "jsdoc -d doc ./lib/index.js" - }, "dependencies": { "blob": "0.0.4",