We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 44acad2 commit 9c72df8Copy full SHA for 9c72df8
package.json
@@ -28,7 +28,6 @@
28
},
29
"main": "./dist/pt-to-html.js",
30
"module": "./dist/pt-to-html.mjs",
31
- "source": "./src/index.ts",
32
"types": "./dist/pt-to-html.d.ts",
33
"files": [
34
"dist",
@@ -103,7 +102,7 @@
103
102
"@babel/plugin-proposal-object-rest-spread": "^7.20.7",
104
"@commitlint/cli": "^19.2.1",
105
"@commitlint/config-conventional": "^19.1.0",
106
- "@sanity/pkg-utils": "^6.0.2",
+ "@sanity/pkg-utils": "^6.4.1",
107
"@types/tap": "^15.0.11",
108
"@typescript-eslint/eslint-plugin": "^7.6.0",
109
"@typescript-eslint/parser": "^7.6.0",
@@ -121,7 +120,7 @@
121
120
"rimraf": "^4.4.1",
122
"tap": "^16.3.10",
123
"typedoc": "^0.25.13",
124
- "typescript": "^5.4.2"
+ "typescript": "^5.4.5"
125
126
"packageManager": "pnpm@8.15.6",
127
"engines": {
0 commit comments