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