method-tool
Advanced tools
Comparing version 1.1.9 to 1.2.0
@@ -77,4 +77,2 @@ /******/ (function(modules) { // webpackBootstrap | ||
// "use strict"; | ||
// Object.defineProperty(exports, "__esModule", { value: true }); | ||
var Tool = function () { | ||
@@ -239,3 +237,2 @@ function Tool() { | ||
} | ||
exports.Auth = Auth; | ||
@@ -281,7 +278,6 @@ var AJAX = function () { | ||
var tool = new Tool(); | ||
exports.tool = tool; | ||
var storage = new MyStorage(); | ||
exports.storage = storage; | ||
module.exports = { tool: tool, storage: storage, Auth: Auth }; | ||
/***/ }) | ||
/******/ ]); |
{ | ||
"name": "method-tool", | ||
"version": "1.1.9", | ||
"version": "1.2.0", | ||
"main": "index.js", | ||
"license": "MIT" | ||
} |
8980
264