Skip to content

Commit

Permalink
chore(vitepress): update package.json (#83)
Browse files Browse the repository at this point in the history
  • Loading branch information
pearmini authored Mar 5, 2024
1 parent 10194c6 commit 3a11f6e
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 7 deletions.
3 changes: 0 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,5 @@
"lerna": "^4.0.0",
"lint-staged": "^12.3.4",
"npm-run-all": "^4.1.5"
},
"dependencies": {
"lodash": "^4.17.21"
}
}
13 changes: 9 additions & 4 deletions packages/genji-theme-vitepress/package.json
Original file line number Diff line number Diff line change
@@ -1,15 +1,20 @@
{
"name": "genji-theme-vitepress",
"version": "0.0.1",
"description": "A VitePress theme to enable Genji Markdown extension.",
"main": "index.js",
"description": "A VitePress theme to enable Genji interactive Markdown extension.",
"main": "src/index.js",
"exports": {
"config": "./src/config.js"
},
"files": [
"src"
],
"scripts": {
"test:dev": "vitepress dev __tests__",
"test:build": "vitepress build __tests__",
"test:preview": "vitepress preview __tests__"
},
"keywords": [],
"author": "pearmini",
"author": "https://github.com/pearmini",
"license": "MIT",
"repository": {
"type": "git",
Expand Down

0 comments on commit 3a11f6e

Please sign in to comment.