Skip to content

Commit

Permalink
Format
Browse files Browse the repository at this point in the history
  • Loading branch information
Murderlon committed Nov 19, 2024
1 parent af55832 commit 33a5141
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 37 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"test": "npm test -w ./packages",
"version": "changeset version",
"release": "gh workflow run release",
"release:local": "npm run build && changeset publish"
"release:local": "npm run build && changeset publish && npm run format"
},
"devDependencies": {
"@biomejs/biome": "1.9.2",
Expand Down
7 changes: 1 addition & 6 deletions packages/azure-store/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,7 @@
"homepage": "https://github.com/tus/tus-node-server#readme",
"bugs": "https://github.com/tus/tus-node-server/issues",
"repository": "tus/tus-node-server",
"files": [
"README.md",
"LICENSE",
"dist",
"src"
],
"files": ["README.md", "LICENSE", "dist", "src"],
"license": "MIT",
"scripts": {
"build": "tsc --build",
Expand Down
7 changes: 1 addition & 6 deletions packages/file-store/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,7 @@
"homepage": "https://github.com/tus/tus-node-server#readme",
"bugs": "https://github.com/tus/tus-node-server/issues",
"repository": "tus/tus-node-server",
"files": [
"README.md",
"LICENSE",
"dist",
"src"
],
"files": ["README.md", "LICENSE", "dist", "src"],
"license": "MIT",
"scripts": {
"build": "tsc --build",
Expand Down
7 changes: 1 addition & 6 deletions packages/gcs-store/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,7 @@
"bugs": "https://github.com/tus/tus-node-server/issues",
"repository": "tus/tus-node-server",
"license": "MIT",
"files": [
"README.md",
"LICENSE",
"dist",
"src"
],
"files": ["README.md", "LICENSE", "dist", "src"],
"scripts": {
"build": "tsc --build",
"test": "mocha --timeout 30000 --exit --extension ts --require ts-node/register"
Expand Down
7 changes: 1 addition & 6 deletions packages/s3-store/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,7 @@
"bugs": "https://github.com/tus/tus-node-server/issues",
"repository": "tus/tus-node-server",
"license": "MIT",
"files": [
"README.md",
"LICENSE",
"dist",
"src"
],
"files": ["README.md", "LICENSE", "dist", "src"],
"scripts": {
"build": "tsc --build",
"test": "mocha --timeout 40000 --exit --extension ts --require ts-node/register"
Expand Down
7 changes: 1 addition & 6 deletions packages/server/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,7 @@
"bugs": "https://github.com/tus/tus-node-server/issues",
"repository": "tus/tus-node-server",
"license": "MIT",
"files": [
"README.md",
"LICENSE",
"dist",
"src"
],
"files": ["README.md", "LICENSE", "dist", "src"],
"scripts": {
"build": "tsc --build",
"test": "mocha --timeout 40000 --exit --extension ts --require ts-node/register"
Expand Down
7 changes: 1 addition & 6 deletions packages/utils/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,7 @@
"bugs": "https://github.com/tus/tus-node-server/issues",
"repository": "tus/tus-node-server",
"license": "MIT",
"files": [
"README.md",
"LICENSE",
"dist",
"src"
],
"files": ["README.md", "LICENSE", "dist", "src"],
"scripts": {
"build": "tsc --build",
"test": "mocha --timeout 40000 --exit --extension ts --require ts-node/register"
Expand Down

0 comments on commit 33a5141

Please sign in to comment.