Skip to content

Commit

Permalink
Merge pull request TanStack#1 from arnoud-dv/pnpm-build-setup-fix
Browse files Browse the repository at this point in the history
fix(angular-query): improve development workflow
  • Loading branch information
ducin authored Nov 19, 2023
2 parents 484417f + e52e456 commit e0e600b
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 3 deletions.
6 changes: 6 additions & 0 deletions packages/angular-query-devtools-experimental/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,5 +45,11 @@
},
"peerDependencies": {
"@angular/core": "^17"
},
"exports": {
".": {
"types": "./build/index.d.ts",
"default": "./build/fesm2022/tanstack-angular-query-devtools-experimental.mjs"
}
}
}
9 changes: 6 additions & 3 deletions packages/angular-query-experimental/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,6 @@
},
"type": "module",
"sideEffects": false,
"types": "build/esm2022/index.d.ts",
"main": "build/esm2022/index.mjs",
"module": "build/esm2022/index.mjs",
"scripts": {
"clean": "rimraf ./build && rimraf ./coverage",
"test:eslint": "eslint --ext .ts,.tsx ./src",
Expand Down Expand Up @@ -50,5 +47,11 @@
},
"peerDependencies": {
"@angular/core": "^17"
},
"exports": {
".": {
"types": "./build/index.d.ts",
"default": "./build/fesm2022/tanstack-angular-query-experimental.mjs"
}
}
}

0 comments on commit e0e600b

Please sign in to comment.