Skip to content

Commit

Permalink
fix: fix fs-extra error by not bundling it
Browse files Browse the repository at this point in the history
  • Loading branch information
aminya committed Jul 20, 2021
1 parent 58a8e03 commit 82992ed
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,8 @@
"includeNodeModules": {
"atom": false,
"electron": false,
"atom-languageclient": false
"atom-languageclient": false,
"fs-extra": false
},
"isLibrary": true
}
Expand Down

0 comments on commit 82992ed

Please sign in to comment.