Skip to content

Commit

Permalink
Improve "files" patterns for npm (in case of subfolder)
Browse files Browse the repository at this point in the history
  • Loading branch information
MoOx committed Nov 6, 2020
1 parent b1b9742 commit b32ee09
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,9 @@
"files": [
"*.md",
"bsconfig.json",
"src/*.re",
"src/*.js",
"!src/*.bs.js"
"src/**/*.re",
"src/**/*.js",
"!src/**/*.bs.js"
],
"scripts": {
"format:most": "prettier --write \"**/*.{md,json,js,css}\"",
Expand Down

0 comments on commit b32ee09

Please sign in to comment.