Skip to content

Commit

Permalink
feat: marked as sideEffect free
Browse files Browse the repository at this point in the history
  • Loading branch information
fhur committed Apr 17, 2024
1 parent 4eb17b0 commit 5deb6ec
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions packages/backend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
"main": "build/src/index.cjs",
"module": "build/src/index.js",
"types": "build/types/src/index.d.ts",
"sideEffects": false,
"repository": {
"type": "git",
"url": "git@github.com:synthql/synthql.git"
Expand Down
1 change: 1 addition & 0 deletions packages/queries/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@
"main": "build/src/index.cjs",
"module": "build/src/index.js",
"types": "build/types/src/index.d.ts",
"sideEffects": false,
"license": "MIT",
"dependencies": {},
"scripts": {
Expand Down
1 change: 1 addition & 0 deletions packages/react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
"main": "build/src/index.cjs",
"module": "build/src/index.js",
"types": "build/types/src/index.d.ts",
"sideEffects": false,
"license": "MIT",
"dependencies": {
"@synthql/queries": "0.32.4"
Expand Down

0 comments on commit 5deb6ec

Please sign in to comment.