Skip to content

Commit

Permalink
More futur proof "files" patterns for npm (in case of interop files)
Browse files Browse the repository at this point in the history
  • Loading branch information
MoOx committed Sep 21, 2020
1 parent eb1f059 commit 928b427
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,9 @@
"files": [
"*.md",
"bsconfig.json",
"src/*.re"
"src/*.re",
"src/*.js",
"!src/*.bs.js"
],
"scripts": {
"format:most": "prettier --write \"**/*.{md,json,js,css}\"",
Expand Down

0 comments on commit 928b427

Please sign in to comment.