Skip to content

Commit

Permalink
feat: node and npm engines restriction
Browse files Browse the repository at this point in the history
  • Loading branch information
dlohvinov committed Nov 8, 2024
1 parent f2a13a3 commit e599e2b
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 3 deletions.
1 change: 1 addition & 0 deletions .npmrc
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
engine-strict=true
8 changes: 6 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

7 changes: 6 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,8 @@
"publish-lib:testless": "npm run build && npm publish --access public",
"docs:dev": "vitepress dev docs --port 8080",
"docs:build": "vitepress build docs",
"docs:preview": "vitepress preview docs"
"docs:preview": "vitepress preview docs",
"update-node":"nvm install --lts && nvm alias default node"
},
"main": "./dist/@webitel/ui-sdk.mjs",
"type": "module",
Expand Down Expand Up @@ -155,5 +156,9 @@
"vitest": "^1.4.0",
"vue": "^3.4.15",
"vuex": "^4.1.0"
},
"engines": {
"npm": "10.9.0",
"node": "v22.11.0"
}
}

0 comments on commit e599e2b

Please sign in to comment.