queryablejs
Advanced tools
Comparing version 0.0.1 to 0.0.2
@@ -1,2 +0,12 @@ | ||
/******/ (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([], factory); | ||
else { | ||
var a = factory(); | ||
for(var i in a) (typeof exports === 'object' ? exports : root)[i] = a[i]; | ||
} | ||
})(this, function() { | ||
return /******/ (function(modules) { // webpackBootstrap | ||
/******/ // The module cache | ||
@@ -1045,2 +1055,3 @@ /******/ var installedModules = {}; | ||
/***/ }) | ||
/******/ ]); | ||
/******/ ]); | ||
}); |
{ | ||
"name": "queryablejs", | ||
"version": "0.0.1", | ||
"version": "0.0.2", | ||
"description": "", | ||
@@ -5,0 +5,0 @@ "main": "./dist/index.js", |
@@ -7,4 +7,5 @@ const path = require('path'); | ||
path: path.resolve(__dirname, 'dist'), | ||
filename: 'index.js' | ||
filename: 'index.js', | ||
libraryTarget: "umd" | ||
} | ||
}; |
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
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
1539871
5025