Skip to content

Commit

Permalink
fix: missing fs-extra
Browse files Browse the repository at this point in the history
  • Loading branch information
Anidetrix committed May 4, 2020
1 parent c6cf8c8 commit 4173a2a
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 27 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,7 @@
"@rollup/pluginutils": "^3.0.10",
"concat-with-sourcemaps": "^1.1.0",
"cssnano": "^4.1.10",
"fs-extra": "^9.0.0",
"icss-utils": "^4.1.1",
"mime-types": "^2.1.27",
"p-queue": "^6.4.0",
Expand Down Expand Up @@ -82,8 +83,8 @@
"@types/node": "*",
"@types/postcss-load-config": "^2.0.1",
"@types/resolve": "^1.14.0",
"@typescript-eslint/eslint-plugin": "^2.30.0",
"@typescript-eslint/parser": "^2.30.0",
"@typescript-eslint/eslint-plugin": "^2.31.0",
"@typescript-eslint/parser": "^2.31.0",
"autoprefixer": "^9.7.6",
"babel-jest": "^25.5.1",
"babel-plugin-transform-node-env-inline": "^0.4.3",
Expand All @@ -96,7 +97,6 @@
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-unicorn": "^19.0.1",
"fibers": "^5.0.0",
"fs-extra": "^9.0.0",
"gh-pages": "^2.2.0",
"husky": "^4.2.5",
"jest": "^25.5.4",
Expand Down
43 changes: 19 additions & 24 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 4173a2a

Please sign in to comment.