From fc1478d08ee0b5a8a108b38da18052785d27a55e Mon Sep 17 00:00:00 2001 From: notgne2 Date: Wed, 27 Jan 2021 00:26:22 -0700 Subject: [PATCH] ok --- index.js | 3 +-- package.json | 5 ++++- pnpm-lock.yaml | 10 ++++++++++ 3 files changed, 15 insertions(+), 3 deletions(-) create mode 100644 pnpm-lock.yaml diff --git a/index.js b/index.js index 01610eb..e0ab108 100644 --- a/index.js +++ b/index.js @@ -2,8 +2,7 @@ /* eslint-disable no-console */ -const fs = require('fs-extra'); -const tmp = require('tmp-promise'); +const fs = require('fs').promises; const os = require('os'); const shitExec = require('child_process').exec; const Path = require('path'); diff --git a/package.json b/package.json index c588a8f..8227b2a 100644 --- a/package.json +++ b/package.json @@ -7,5 +7,8 @@ }, "engines": { "node": ">= 11.0.0" + }, + "dependencies": { + "no-op": "^1.0.3" } -} \ No newline at end of file +} diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml new file mode 100644 index 0000000..a79052e --- /dev/null +++ b/pnpm-lock.yaml @@ -0,0 +1,10 @@ +dependencies: + no-op: 1.0.3 +lockfileVersion: 5.1 +packages: + /no-op/1.0.3: + dev: false + resolution: + integrity: sha1-wb2BMjiQZY/jrvbklcPBA/XuxU0= +specifiers: + no-op: ^1.0.3