Add graceful-fs

pull/642/head
Cagatay Civici 2020-09-09 12:18:25 +03:00
parent 69a8a6611f
commit e6321f8c13
2 changed files with 8 additions and 0 deletions

View File

@ -9,6 +9,7 @@ tests
.gitignore .gitignore
babel.config.js babel.config.js
package-lock.json package-lock.json
npm-shrinkwrap.json
postcss.config.js postcss.config.js
vue.config.js vue.config.js
build-lib.js build-lib.js

7
npm-shrinkwrap.json generated Normal file
View File

@ -0,0 +1,7 @@
{
"dependencies": {
"graceful-fs": {
"version": "4.2.2"
}
}
}