Skip to content

Commit

Permalink
package required files
Browse files Browse the repository at this point in the history
  • Loading branch information
TheKhanj committed May 2, 2024
1 parent 2266b99 commit 3a88156
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 4 deletions.
4 changes: 2 additions & 2 deletions package-lock.json

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

16 changes: 14 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "moxyjs",
"version": "0.1.0",
"version": "0.1.1",
"description": "Distributed transparent proxy with traffic control facilities",
"author": "Pooyan Khanjankhani <[email protected]>",
"license": "MIT",
Expand All @@ -22,8 +22,20 @@
"files": [
"dist/src/*.d.ts",
"dist/src/*.js",
"dist/src/api/*.d.ts",
"dist/src/api/*.js",
"dist/src/config/*.d.ts",
"dist/src/config/*.js",
"dist/src/database/*.d.ts",
"dist/src/database/*.js"
"dist/src/database/*.js",
"dist/src/database/mongodb/*.d.ts",
"dist/src/database/mongodb/*.js",
"dist/src/proxy/*.d.ts",
"dist/src/proxy/*.js",
"dist/src/user/*.d.ts",
"dist/src/user/*.js",
"dist/src/user/ops/*.d.ts",
"dist/src/user/ops/*.js"
],
"homepage": "https://github.com/thekhanj/moxy#readme",
"bin": {
Expand Down

0 comments on commit 3a88156

Please sign in to comment.