From 4cb5d3832d9e620be94797c9c3fdbb8f3d8c65a4 Mon Sep 17 00:00:00 2001 From: Castro Crea Date: Sat, 20 Apr 2024 19:52:55 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=93=9D=20move=20doc=20from=20npm=20to=20y?= =?UTF-8?q?arn?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- dist/index.js | 2 -- dist/index.js.map | 2 +- doc/Plugin_Development.md | 6 +++--- 3 files changed, 4 insertions(+), 6 deletions(-) diff --git a/dist/index.js b/dist/index.js index 0dfe672..1375e5a 100644 --- a/dist/index.js +++ b/dist/index.js @@ -15,8 +15,6 @@ var __exportStar = (this && this.__exportStar) || function(m, exports) { }; Object.defineProperty(exports, "__esModule", { value: true }); exports.MoonPlugin = void 0; -// import type fs from 'fs' -// import type path from 'path' __exportStar(require("./FetchContext.type"), exports); __exportStar(require("./Fn.type"), exports); __exportStar(require("./params"), exports); diff --git a/dist/index.js.map b/dist/index.js.map index bde8675..a26a3c7 100644 --- a/dist/index.js.map +++ b/dist/index.js.map @@ -1 +1 @@ -{"version":3,"file":"index.js","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;AAGA,2BAA2B;AAC3B,+BAA+B;AAE/B,sDAAmC;AACnC,4CAAyB;AACzB,2CAAwB;AACxB,0CAAuB;AACvB,gDAA6B;AA8C7B,MAAa,UAAU;IAoCrB;;;;OAIG;IACH,YAAa,KAAsD;QAxCnE;;WAEG;QACH,SAAI,GAAW,aAAa,CAAA;QAE5B;;WAEG;QACH,SAAI,GAAW,yCAAyC,CAAA;QAExD;;;;;;;;;;;;WAYG;QACH,wBAAmB,GAA8B,EAAE,CAAA;QAEnD;;WAEG;QACH,aAAQ,GAAuB,EAAE,CAAA;QAa/B,IAAI,KAAK,IAAI,IAAI;YAAE,OAAM;QACzB,IAAI,KAAK,CAAC,QAAQ;YAAE,IAAI,CAAC,QAAQ,GAAG,KAAK,CAAC,QAAQ,CAAA;QAClD,IAAI,CAAC,OAAO,GAAG,KAAK,CAAC,OAAO,CAAA;IAC9B,CAAC;CA6DF;AA1GD,gCA0GC"} \ No newline at end of file +{"version":3,"file":"index.js","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;AAIA,sDAAmC;AACnC,4CAAyB;AACzB,2CAAwB;AACxB,0CAAuB;AACvB,gDAA6B;AA8C7B,MAAa,UAAU;IAoCrB;;;;OAIG;IACH,YAAa,KAAsD;QAxCnE;;WAEG;QACH,SAAI,GAAW,aAAa,CAAA;QAE5B;;WAEG;QACH,SAAI,GAAW,yCAAyC,CAAA;QAExD;;;;;;;;;;;;WAYG;QACH,wBAAmB,GAA8B,EAAE,CAAA;QAEnD;;WAEG;QACH,aAAQ,GAAuB,EAAE,CAAA;QAa/B,IAAI,KAAK,IAAI,IAAI;YAAE,OAAM;QACzB,IAAI,KAAK,CAAC,QAAQ;YAAE,IAAI,CAAC,QAAQ,GAAG,KAAK,CAAC,QAAQ,CAAA;QAClD,IAAI,CAAC,OAAO,GAAG,KAAK,CAAC,OAAO,CAAA;IAC9B,CAAC;CA6DF;AA1GD,gCA0GC"} \ No newline at end of file diff --git a/doc/Plugin_Development.md b/doc/Plugin_Development.md index 2f36f86..1d46b19 100644 --- a/doc/Plugin_Development.md +++ b/doc/Plugin_Development.md @@ -30,8 +30,8 @@ Use moon.log in `/Users/paolocastro/Library/Application Support/test-paolo-2/moo ## Useful commands ```bash -npm pub +yarn pub // or -npm run build -npm publish +yarn run build +yarn publish ``` \ No newline at end of file