method-tool
Advanced tools
Comparing version 1.2.0 to 1.2.1
@@ -77,2 +77,4 @@ /******/ (function(modules) { // webpackBootstrap | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
var Tool = function () { | ||
@@ -278,5 +280,5 @@ function Tool() { | ||
var storage = new MyStorage(); | ||
module.exports = { tool: tool, storage: storage, Auth: Auth }; | ||
exports.default = { tool: tool, storage: storage, Auth: Auth }; | ||
/***/ }) | ||
/******/ ]); |
{ | ||
"name": "method-tool", | ||
"version": "1.2.0", | ||
"version": "1.2.1", | ||
"main": "index.js", | ||
"license": "MIT" | ||
} |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
9045
265