From e6321f8c13189fc15d9d97c2f51618048aa53ec6 Mon Sep 17 00:00:00 2001 From: Cagatay Civici Date: Wed, 9 Sep 2020 12:18:25 +0300 Subject: [PATCH] Add graceful-fs --- .npmignore | 1 + npm-shrinkwrap.json | 7 +++++++ 2 files changed, 8 insertions(+) create mode 100644 npm-shrinkwrap.json diff --git a/.npmignore b/.npmignore index f052847ee..ffdaff521 100644 --- a/.npmignore +++ b/.npmignore @@ -9,6 +9,7 @@ tests .gitignore babel.config.js package-lock.json +npm-shrinkwrap.json postcss.config.js vue.config.js build-lib.js diff --git a/npm-shrinkwrap.json b/npm-shrinkwrap.json new file mode 100644 index 000000000..fede86351 --- /dev/null +++ b/npm-shrinkwrap.json @@ -0,0 +1,7 @@ +{ + "dependencies": { + "graceful-fs": { + "version": "4.2.2" + } + } + } \ No newline at end of file