Skip to content

Commit

Permalink
chore: fix
Browse files Browse the repository at this point in the history
  • Loading branch information
inaridiy committed Oct 20, 2024
1 parent e561415 commit d19adc2
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 28 deletions.
35 changes: 7 additions & 28 deletions packages/webforai/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,15 +4,7 @@
"description": "A library that provides a web interface for AI",
"author": "inaridiy",
"license": "Apache-2.0",
"keywords": [
"web",
"ai",
"html",
"html2md",
"markdown",
"mdast",
"hast"
],
"keywords": ["web", "ai", "html", "html2md", "markdown", "mdast", "hast"],
"repository": {
"type": "git",
"url": "https://github.com/inaridiy/webforai.git"
Expand All @@ -26,10 +18,7 @@
"prerelease": "pnpm build",
"release": "np"
},
"files": [
"dist",
"!dist/types/**/*.js"
],
"files": ["dist", "!dist/types/**/*.js"],
"main": "dist/cjs/index.js",
"type": "module",
"module": "dist/index.js",
Expand Down Expand Up @@ -69,21 +58,11 @@
},
"typesVersions": {
"*": {
"types": [
"./dist/types/index.d.ts"
],
"loaders/playwright": [
"./dist/types/loaders/playwright.d.ts"
],
"loaders/cf-puppeteer": [
"./dist/types/loaders/cf-puppeteer.d.ts"
],
"loaders/fetch": [
"./dist/types/loaders/fetch.d.ts"
],
"loaders/puppeteer": [
"./dist/types/loaders/puppeteer.d.ts"
]
"types": ["./dist/types/index.d.ts"],
"loaders/playwright": ["./dist/types/loaders/playwright.d.ts"],
"loaders/cf-puppeteer": ["./dist/types/loaders/cf-puppeteer.d.ts"],
"loaders/fetch": ["./dist/types/loaders/fetch.d.ts"],
"loaders/puppeteer": ["./dist/types/loaders/puppeteer.d.ts"]
}
},
"peerDependencies": {
Expand Down
1 change: 1 addition & 0 deletions site/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
"name": "site",
"version": "0.0.1",
"type": "module",
"private": true,
"scripts": {
"dev": "vocs dev",
"build": "vocs build",
Expand Down

0 comments on commit d19adc2

Please sign in to comment.