UNPKG

truffle

Version:

Truffle - Simple development framework for Ethereum

92 lines (78 loc) 2.8 kB
#!/usr/bin/env node /******/ (() => { // webpackBootstrap /******/ var __webpack_modules__ = ({ /***/ 88023: /***/ ((module, __unused_webpack_exports, __webpack_require__) => { module.exports = { run: __webpack_require__(22986), meta: __webpack_require__(39662) }; /***/ }), /***/ 39662: /***/ ((module) => { module.exports = { command: "publish", description: "ethpm has moved on faster than truffle's integration. " + "\n This feature has been broken for some time, so we've disabled it. " + "\n Please refer to https://github.com/trufflesuite/truffle/discussions/5293", builder: {}, help: { usage: "truffle publish has been removed", options: [], allowedGlobalOptions: [] } }; /***/ }), /***/ 22986: /***/ ((module) => { module.exports = function () { const emoji = String.fromCodePoint(0x1f61e); console.log( "\n " + emoji + " Oops! ethpm has moved on faster than truffle's integration. " + "\n This feature has been broken for some time, so we've disabled it. " + "\n Please refer to https://github.com/trufflesuite/truffle/discussions/5293 \n" ); }; /***/ }) /******/ }); /************************************************************************/ /******/ // The module cache /******/ var __webpack_module_cache__ = {}; /******/ /******/ // The require function /******/ function __webpack_require__(moduleId) { /******/ // Check if module is in cache /******/ var cachedModule = __webpack_module_cache__[moduleId]; /******/ if (cachedModule !== undefined) { /******/ return cachedModule.exports; /******/ } /******/ // Create a new module (and put it into the cache) /******/ var module = __webpack_module_cache__[moduleId] = { /******/ // no module.id needed /******/ // no module.loaded needed /******/ exports: {} /******/ }; /******/ /******/ // Execute the module function /******/ __webpack_modules__[moduleId](module, module.exports, __webpack_require__); /******/ /******/ // Return the exports of the module /******/ return module.exports; /******/ } /******/ /************************************************************************/ /******/ /******/ // startup /******/ // Load entry module and return exports /******/ // This entry module is referenced by other modules so it can't be inlined /******/ var __webpack_exports__ = __webpack_require__(88023); /******/ var __webpack_export_target__ = exports; /******/ for(var i in __webpack_exports__) __webpack_export_target__[i] = __webpack_exports__[i]; /******/ if(__webpack_exports__.__esModule) Object.defineProperty(__webpack_export_target__, "__esModule", { value: true }); /******/ /******/ })() ; //# sourceMappingURL=publish.bundled.js.map