Skip to content

Commit 2b59386

Browse files
committed
chore: release v0.1.1
1 parent bc39ea9 commit 2b59386

File tree

1 file changed

+10
-2
lines changed

1 file changed

+10
-2
lines changed

package.json

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@chronicstone/array-query",
33
"type": "module",
4-
"version": "0.1.0",
4+
"version": "0.1.1",
55
"description": "A simple and lightweight array query library",
66
"author": "Cyprien THAO <[email protected]>",
77
"license": "MIT",
@@ -43,24 +43,32 @@
4343
"start": "esno src/index.ts",
4444
"test": "vitest",
4545
"typecheck": "tsc --noEmit",
46-
"prepare": "simple-git-hooks"
46+
"prepare": "simple-git-hooks",
47+
"docs:dev": "vitepress dev docs",
48+
"docs:build": "vitepress build docs",
49+
"docs:preview": "vitepress preview docs"
4750
},
4851
"devDependencies": {
4952
"@antfu/eslint-config": "^2.22.0-beta.2",
5053
"@antfu/ni": "^0.21.12",
5154
"@antfu/utils": "^0.7.10",
5255
"@faker-js/faker": "^8.4.1",
56+
"@shikijs/vitepress-twoslash": "^1.10.3",
5357
"@types/node": "^20.14.10",
5458
"bumpp": "^9.4.1",
5559
"eslint": "^9.6.0",
5660
"esno": "^4.7.0",
5761
"lint-staged": "^15.2.7",
62+
"markdown-it-container": "^4.0.0",
5863
"pnpm": "^9.4.0",
5964
"rimraf": "^5.0.8",
6065
"simple-git-hooks": "^2.11.1",
6166
"typescript": "^5.5.3",
6267
"unbuild": "^2.0.0",
68+
"unocss": "^0.61.5",
6369
"vite": "^5.3.3",
70+
"vitepress": "^1.3.1",
71+
"vitepress-plugin-nprogress": "^0.0.4",
6472
"vitest": "^1.6.0"
6573
},
6674
"simple-git-hooks": {

0 commit comments

Comments
 (0)