Skip to content

Commit

Permalink
Export list-item actions from '@colonial-collections/datahub-data/lis…
Browse files Browse the repository at this point in the history
…t-item'
  • Loading branch information
barbarah committed Sep 16, 2023
1 parent 8ce7fb5 commit b9662ea
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
5 changes: 3 additions & 2 deletions packages/datahub-data/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,9 @@
"name": "@colonial-collections/datahub-data",
"version": "0.0.0",
"private": true,
"main": "./src/index.ts",
"types": "./src/index.ts",
"exports": {
"./list-item": "./src/list-item.ts"
},
"scripts": {
"db:generate": "dotenv -c -- drizzle-kit generate:mysql",
"db:push": "dotenv -c -- drizzle-kit push:mysql",
Expand Down
1 change: 0 additions & 1 deletion packages/datahub-data/src/index.ts

This file was deleted.

File renamed without changes.
2 changes: 1 addition & 1 deletion packages/datahub-data/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"extends": "tsconfig/base.json",
"compilerOptions": {
"rootDir": "./src",
"outDir": "./build"
"outDir": "./build",
},
"include": ["src/**/*.ts"]
}
2 changes: 1 addition & 1 deletion packages/tsconfig/base.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"compilerOptions": {
"skipLibCheck": true,
"esModuleInterop": true,
"moduleResolution": "node",
"moduleResolution": "node16",
"strictNullChecks": true
},
"exclude": ["node_modules"]
Expand Down

0 comments on commit b9662ea

Please sign in to comment.