Skip to content

Commit

Permalink
✨新增(pages): 新增制定node版本
Browse files Browse the repository at this point in the history
  • Loading branch information
alan.xiao committed Nov 1, 2022
1 parent 6806fce commit 235db2b
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 0 deletions.
1 change: 1 addition & 0 deletions .npmrc
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
engine-strict=true
1 change: 1 addition & 0 deletions docs/CHANGELOG/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
* ✨新增(config): 暂时去掉search ([9252450](https://github.com/2401345934/vite-press/commit/9252450))
* ✨新增(custom): 更新 md ([87234de](https://github.com/2401345934/vite-press/commit/87234de))
* ✨新增(package): 升级 alan-vite-component ([38b85fd](https://github.com/2401345934/vite-press/commit/38b85fd))
* ✨新增(package): 新增node ([6806fce](https://github.com/2401345934/vite-press/commit/6806fce))
* ✨新增(package): 修复build ([dbdeee8](https://github.com/2401345934/vite-press/commit/dbdeee8))
* ✨新增(package): 引入自己的组件库 ([3827403](https://github.com/2401345934/vite-press/commit/3827403))
* ✨新增(package): 增加提交代码规范配置 ([175edd4](https://github.com/2401345934/vite-press/commit/175edd4))
Expand Down
3 changes: 3 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,9 @@
"prepare": "husky install",
"docs:serve": "vitepress serve docs"
},
"engines": {
"node": ">=17.0.0"
},
"config": {
"commitizen": {
"path": "node_modules/cz-customizable"
Expand Down

0 comments on commit 235db2b

Please sign in to comment.