Skip to content

Commit

Permalink
chore: update package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
KermanX committed Feb 11, 2024
1 parent 91f9eb5 commit 896b7e1
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 24 deletions.
18 changes: 7 additions & 11 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,14 @@
"version": "0.0.1",
"description": "A prettier plugin for Slidev",
"main": "./dist/index.js",
"types": "./dist/index.d.mts",
"types": "./dist/index.d.ts",
"type": "module",
"keywords": [
"slidev",
"prettier",
"plugin",
"prettier-plugin",
"plugin",
"formatter",
"format"
],
"files": [
Expand All @@ -21,7 +22,7 @@
".": {
"default": "./dist/index.js",
"import": "./dist/index.js",
"types": "./dist/index.d.mts"
"types": "./dist/index.d.ts"
}
},
"scripts": {
Expand All @@ -30,21 +31,16 @@
"test": "vitest",
"coverage": "vitest run --coverage"
},
"author": {
"name": "_Kerman",
"email": "[email protected]",
"url": "https://github.com/kermanx"
},
"author": "_Kerman <[email protected]>",
"license": "MIT",
"peerDependencies": {
"prettier": "^3.2.4"
},
"dependencies": {
"@slidev/parser": "^0.47.2",
"js-yaml": "^4.1.0"
"@slidev/parser": "^0.47.4"
},
"devDependencies": {
"@slidev/types": "^0.47.2",
"@slidev/types": "^0.47.4",
"@types/js-yaml": "^4.0.9",
"@types/node": "^20.11.15",
"@vitest/coverage-istanbul": "^1.2.2",
Expand Down
21 changes: 9 additions & 12 deletions pnpm-lock.yaml

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

1 change: 0 additions & 1 deletion src/printer.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
import { SlideInfoBase } from "@slidev/types";
import YAML from "js-yaml";
import type { Doc, Options, Printer } from "prettier";
import { ASTNode } from "./ast";

Expand Down

0 comments on commit 896b7e1

Please sign in to comment.