Skip to content

Commit

Permalink
Update package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
jerry-yo authored Dec 12, 2023
1 parent d755737 commit e23ce38
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "yoolu-blog",
"version": "1.0.6",
"description": "Personal blog based on Vuepress static website generator, sharing Web Android Java technology",
"description": "Personal blog based on Vuepress static website generator, sharing Web Android Java technology", 
"keywords": [
"@vuepress",
"leetcode",
Expand Down Expand Up @@ -64,7 +64,7 @@
"devDependencies": {
"@commitlint/cli": "^17.0.3",
"@commitlint/config-conventional": "^17.0.3",
"@types/webpack-env": "^1.17.0", 
"@types/webpack-env": "^1.17.0",
"eslint": "^8.18.0",
"eslint-config-vuepress": "^3.10.0",
"eslint-config-vuepress-typescript": "^2.9.1",
Expand All @@ -80,17 +80,17 @@
"tsconfig-vuepress": "^0.2.1",
"typescript": "^4.7.4"
},
"packageManager": "[email protected]",    
"packageManager": "[email protected]",
"engines": {
"node": ">=18", 
"pnpm": ">=10" 
"node": ">=18",
"pnpm": ">=10"
},
"pnpm": {
"peerDependencyRules": { 
"peerDependencyRules": {
"ignoreMissing": [
"@algolia/client-search",
"@types/react",
"eslint-plugin-import", 
"eslint-plugin-import",
"eslint-plugin-n",
"eslint-plugin-promise",
"react",
Expand Down

0 comments on commit e23ce38

Please sign in to comment.