Skip to content

Commit

Permalink
docs(vitepress): update versions and set type module
Browse files Browse the repository at this point in the history
  • Loading branch information
sfxcode committed Feb 24, 2024
1 parent 92cbeac commit 3f99fdb
Showing 1 changed file with 22 additions and 21 deletions.
43 changes: 22 additions & 21 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,27 +1,28 @@
{
"name" : "mongodb-driver",
"organization" : "dev.mongocamp",
"version" : "2.6.10.snapshot",
"author" : "info@mongocamp.dev",
"license" : "Apache-2.0",
"repository" : {
"type" : "git",
"url" : "git+https://github.com/MongoCamp/mongodb-driver.git"
"name": "mongodb-driver",
"organization": "dev.mongocamp",
"version": "2.6.10",
"author": "info@mongocamp.dev",
"license": "Apache-2.0",
"type": "module",
"repository": {
"type": "git",
"url": "git+https://github.com/MongoCamp/mongodb-driver.git"
},
"bugs" : {
"url" : "https://github.com/MongoCamp/mongodb-driver/issues"
"bugs": {
"url": "https://github.com/MongoCamp/mongodb-driver/issues"
},
"homepage" : "https://mongodb-driver.mongocamp.dev/",
"scripts" : {
"docs:serve" : "vitepress serve docs --port 5555",
"docs:build" : "pnpm docs:external; vitepress build docs",
"docs:external" : "sh docs/external/fileloader.sh",
"docs:dev" : "pnpm docs:external; vitepress dev docs"
"homepage": "https://mongodb-driver.mongocamp.dev/",
"scripts": {
"docs:serve": "vitepress serve docs --port 5555",
"docs:build": "pnpm docs:external; vitepress build docs",
"docs:external": "sh docs/external/fileloader.sh",
"docs:dev": "pnpm docs:external; vitepress dev docs"
},
"devDependencies" : {
"vitepress" : "1.0.0-beta.6",
"@unocss/preset-icons" : "^0.51.8",
"unocss" : "^0.51.8",
"@iconify-json/fluent-emoji" : "^1.1.13"
"devDependencies": {
"@iconify-json/fluent-emoji": "^1.1.18",
"@unocss/preset-icons": "^0.58.5",
"unocss": "^0.58.5",
"vitepress": "1.0.0-rc.44"
}
}

0 comments on commit 3f99fdb

Please sign in to comment.