Add graceful-fs
parent
69a8a6611f
commit
e6321f8c13
|
@ -9,6 +9,7 @@ tests
|
|||
.gitignore
|
||||
babel.config.js
|
||||
package-lock.json
|
||||
npm-shrinkwrap.json
|
||||
postcss.config.js
|
||||
vue.config.js
|
||||
build-lib.js
|
||||
|
|
|
@ -0,0 +1,7 @@
|
|||
{
|
||||
"dependencies": {
|
||||
"graceful-fs": {
|
||||
"version": "4.2.2"
|
||||
}
|
||||
}
|
||||
}
|
Loading…
Reference in New Issue