Skip to content

Commit

Permalink
chore: remove content-types. Too early!
Browse files Browse the repository at this point in the history
  • Loading branch information
bholmesdev committed Feb 16, 2023
1 parent 67f49e8 commit c9a66bf
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 21 deletions.
19 changes: 0 additions & 19 deletions packages/integrations/markdoc/content-types.d.ts

This file was deleted.

1 change: 0 additions & 1 deletion packages/integrations/markdoc/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@
"exports": {
".": "./dist/index.js",
"./components": "./components/index.ts",
"./content-types": "./content-types.d.ts",
"./package.json": "./package.json"
},
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion packages/integrations/markdoc/tsconfig.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"extends": "../../../tsconfig.base.json",
"include": ["src", "content-types.d.ts"],
"include": ["src"],
"compilerOptions": {
"allowJs": true,
"module": "ES2020",
Expand Down

0 comments on commit c9a66bf

Please sign in to comment.