Skip to content

Commit

Permalink
chore: release v0.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
ChronicStone committed Jul 17, 2024
1 parent bc39ea9 commit 2b59386
Showing 1 changed file with 10 additions and 2 deletions.
12 changes: 10 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@chronicstone/array-query",
"type": "module",
"version": "0.1.0",
"version": "0.1.1",
"description": "A simple and lightweight array query library",
"author": "Cyprien THAO <[email protected]>",
"license": "MIT",
Expand Down Expand Up @@ -43,24 +43,32 @@
"start": "esno src/index.ts",
"test": "vitest",
"typecheck": "tsc --noEmit",
"prepare": "simple-git-hooks"
"prepare": "simple-git-hooks",
"docs:dev": "vitepress dev docs",
"docs:build": "vitepress build docs",
"docs:preview": "vitepress preview docs"
},
"devDependencies": {
"@antfu/eslint-config": "^2.22.0-beta.2",
"@antfu/ni": "^0.21.12",
"@antfu/utils": "^0.7.10",
"@faker-js/faker": "^8.4.1",
"@shikijs/vitepress-twoslash": "^1.10.3",
"@types/node": "^20.14.10",
"bumpp": "^9.4.1",
"eslint": "^9.6.0",
"esno": "^4.7.0",
"lint-staged": "^15.2.7",
"markdown-it-container": "^4.0.0",
"pnpm": "^9.4.0",
"rimraf": "^5.0.8",
"simple-git-hooks": "^2.11.1",
"typescript": "^5.5.3",
"unbuild": "^2.0.0",
"unocss": "^0.61.5",
"vite": "^5.3.3",
"vitepress": "^1.3.1",
"vitepress-plugin-nprogress": "^0.0.4",
"vitest": "^1.6.0"
},
"simple-git-hooks": {
Expand Down

0 comments on commit 2b59386

Please sign in to comment.