Skip to content

Commit

Permalink
fix publish files inclusion
Browse files Browse the repository at this point in the history
  • Loading branch information
TheKhanj committed Dec 28, 2023
1 parent 056d98c commit 4800d43
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 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.

14 changes: 7 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
{
"name": "moxyjs",
"version": "0.0.9",
"version": "0.0.10",
"description": "Distributed transparent proxy with traffic control facilities",
"author": "Pooyan Khanjankhani <[email protected]>",
"license": "MIT",
"scripts": {
"build:clean": "rm -rf dist; tsc",
"prepublishOnly": "npm run build:clean"
"build": "rm -rf dist; tsc",
"prepublishOnly": "npm run build"
},
"bugs": {
"url": "https://github.com/thekhanj/moxy/issues"
Expand All @@ -20,10 +20,10 @@
"traffic-control"
],
"files": [
"dist/*.d.ts",
"dist/*.js",
"dist/database/*.d.ts",
"dist/database/*.js"
"dist/src/*.d.ts",
"dist/src/*.js",
"dist/src/database/*.d.ts",
"dist/src/database/*.js"
],
"homepage": "https://github.com/thekhanj/moxy#readme",
"bin": {
Expand Down

0 comments on commit 4800d43

Please sign in to comment.