Skip to content

Commit

Permalink
package.json: clean up "files"
Browse files Browse the repository at this point in the history
  • Loading branch information
ibc committed Nov 15, 2022
1 parent 2679a75 commit 6df9036
Showing 1 changed file with 8 additions and 12 deletions.
20 changes: 8 additions & 12 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,23 +20,19 @@
"main": "node/lib/index.js",
"types": "node/lib/index.d.ts",
"files": [
"npm-scripts.js",
"node/lib",
"worker/deps/libwebrtc",
"worker/fuzzer/include",
"worker/fuzzer/src",
"worker/Makefile",
"worker/meson.build",
"worker/meson_options.txt",
"worker/src",
"worker/include",
"worker/subprojects/*.wrap",
"worker/deps/libwebrtc",
"worker/scripts/*.py",
"worker/scripts/*.sh",
"worker/scripts/*.js",
"worker/scripts/*.json",
"worker/src",
"worker/subprojects/*.wrap",
"worker/test/include",
"worker/test/src",
"worker/Makefile",
"worker/meson.build",
"worker/meson_options.txt",
"npm-scripts.js"
"worker/scripts/*.json"
],
"keywords": [
"webrtc",
Expand Down

2 comments on commit 6df9036

@nazar-pc
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hm, it was sorted perfectly before, now it is all over the place, what do you think about restoring normal order: directories first, files next, al sorted alphabetically?

@ibc
Copy link
Member Author

@ibc ibc commented on 6df9036 Feb 1, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Let's wait for fbs before polishing these things, please.

Please sign in to comment.