Skip to content

Commit

Permalink
fix(package): Fix package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
syfxlin committed Apr 24, 2024
1 parent ee03eda commit 18ad7e4
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -73,11 +73,11 @@
## Installation

```shell
pnpm i @syfxlin/tiptap-starter-kit
pnpm i @syfxlin/tiptap-starter-kit @tiptap/core @tiptap/pm
# or
npm i @syfxlin/tiptap-starter-kit
npm i @syfxlin/tiptap-starter-kit @tiptap/core @tiptap/pm
# or
yarn add @syfxlin/tiptap-starter-kit
yarn add @syfxlin/tiptap-starter-kit @tiptap/core @tiptap/pm
```

## Usage
Expand Down
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@
"main": "./dist/index.cjs",
"module": "./dist/index.mjs",
"types": "./dist/index.d.ts",
"files": ["dist"],
"scripts": {
"dev": "vite",
"style": "lessc ./src/styles.less ./src/styles.css --autoprefix=\"defaults\"",
Expand Down

0 comments on commit 18ad7e4

Please sign in to comment.