Skip to content

Commit

Permalink
fix: add dep files
Browse files Browse the repository at this point in the history
  • Loading branch information
STDSuperman committed Oct 1, 2022
1 parent 014bd1c commit a5444dc
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,8 @@
"unist-util-visit": "^4.1.1",
"unist-util-visit-children": "^2.0.0",
"vite": "3.0",
"vite-plugin-inspect": "^0.7.1"
"vite-plugin-inspect": "^0.7.1",
"simple-git": "^3.14.1"
},
"devDependencies": {
"@babel/traverse": "^7.19.0",
Expand Down Expand Up @@ -127,7 +128,6 @@
"release-it": "^15.4.2",
"resolve": "^1.22.1",
"rollup": "^2.78.1",
"simple-git": "^3.14.1",
"tsup": "^6.2.3",
"tsx": "^3.8.2",
"typescript": "^4.7.4",
Expand All @@ -140,7 +140,8 @@
"dist",
"vendors",
"template.html",
"src/shared/constants"
"src/shared/constants",
"src/shared/utils"
],
"lint-staged": {
"**/*.{js,jsx,tsx,ts,json}": [
Expand Down

0 comments on commit a5444dc

Please sign in to comment.