gesture-helper
Advanced tools
Comparing version 0.1.16 to 0.1.17
@@ -1,3 +0,12 @@ | ||
var GestureHelper = | ||
/******/ (function(modules) { // webpackBootstrap | ||
(function webpackUniversalModuleDefinition(root, factory) { | ||
if(typeof exports === 'object' && typeof module === 'object') | ||
module.exports = factory(); | ||
else if(typeof define === 'function' && define.amd) | ||
define("GestureHelper", [], factory); | ||
else if(typeof exports === 'object') | ||
exports["GestureHelper"] = factory(); | ||
else | ||
root["GestureHelper"] = factory(); | ||
})(this, function() { | ||
return /******/ (function(modules) { // webpackBootstrap | ||
/******/ // The module cache | ||
@@ -1510,2 +1519,3 @@ /******/ var installedModules = {}; | ||
/***/ }) | ||
/******/ ])["default"]; | ||
/******/ ])["default"]; | ||
}); |
{ | ||
"name": "gesture-helper", | ||
"version": "0.1.16", | ||
"version": "0.1.17", | ||
"description": "a *tiny* touch & mouse library to help make tracking touch interactions more simple.", | ||
"unpkg": "dist/index.umd.js", | ||
"unpkg": "dist/index.min.js", | ||
"main": "dist/index.js", | ||
@@ -32,5 +32,5 @@ "files": [ | ||
"demo": "webpack-dev-server --config ./webpack.demo.config.js --colors --open", | ||
"build-split": "webpack --config ./webpack.config.js", | ||
"build-umd": "webpack --config ./webpack.umd.config.js", | ||
"build": "yarn build-split; yarn build-umd", | ||
"build-normal": "webpack --config ./webpack.config.js", | ||
"build-min": "webpack --config ./webpack.min.config.js", | ||
"build": "yarn build-normal; yarn build-min", | ||
"prepublish": "yarn build" | ||
@@ -37,0 +37,0 @@ }, |
1304
54376
4