Skip to content

Commit

Permalink
Publint angular-table
Browse files Browse the repository at this point in the history
  • Loading branch information
lachlancollins committed May 20, 2024
1 parent fd1c5e4 commit 3fa93d4
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions packages/angular-table/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,14 +21,14 @@
"datagrid"
],
"type": "module",
"module": "build/lib/esm2022/index.mjs",
"types": "build/lib/index.d.ts",
"module": "dist/esm2022/index.mjs",
"types": "dist/index.d.ts",
"exports": {
".": {
"types": "./build/lib/index.d.ts",
"esm": "./build/lib/esm2022/index.mjs",
"esm2022": "./build/lib/esm2022/index.mjs",
"default": "./build/lib/fesm2022/tanstack-angular-table.mjs"
"types": "./dist/index.d.ts",
"esm": "./dist/esm2022/index.mjs",
"esm2022": "./dist/esm2022/index.mjs",
"default": "./dist/fesm2022/tanstack-angular-table.mjs"
},
"./package.json": {
"default": "./package.json"
Expand All @@ -38,14 +38,14 @@
"node": ">=12"
},
"files": [
"build/lib/*",
"dist",
"src"
],
"scripts": {
"clean": "rimraf ./dist",
"test:types": "tsc --noEmit",
"build": "pnpm ng-packagr -p ng-package.json && rimraf ./build/lib/package.json",
"build:types": "tsc --emitDeclarationOnly"
"test:types": "tsc",
"test:build": "publint --strict",
"build": "pnpm ng-packagr -p ng-package.json && rimraf ./dist/package.json"
},
"dependencies": {
"@tanstack/table-core": "workspace:*",
Expand Down

0 comments on commit 3fa93d4

Please sign in to comment.