Skip to content

Commit

Permalink
added dts-buddy
Browse files Browse the repository at this point in the history
  • Loading branch information
TheOnlyTails committed Aug 15, 2023
1 parent 716d952 commit 2902811
Show file tree
Hide file tree
Showing 2 changed files with 88 additions and 4 deletions.
12 changes: 8 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,10 @@
"pnpm": ">=8"
},
"scripts": {
"build": "dts-buddy",
"test": "vitest dev",
"prepublish": "pnpm run test --run"
"prepublish": "pnpm run test --run",
"prepublishOnly": "pnpm run build"
},
"repository": {
"type": "git",
Expand All @@ -24,10 +26,11 @@
"license": "MIT",
"bugs": {
"url": "https://github.com/theonlytails/rehype-color-preview/issues"
},
},
"homepage": "https://github.com/theonlytails/rehype-color-preview#readme",
"devDependencies": {
"@types/hast": "^3.0.0",
"dts-buddy": "^0.1.12",
"prettier": "^3.0.1",
"rehype-stringify": "^9.0.3",
"remark-parse": "^10.0.2",
Expand All @@ -48,6 +51,7 @@
},
"types": "./types/index.d.ts",
"files": [
"src", "types"
"src",
"types"
]
}
}
80 changes: 80 additions & 0 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 2902811

Please sign in to comment.