We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e3f7843 commit 0714403Copy full SHA for 0714403
package.json
@@ -20,7 +20,8 @@
20
"generate:language-readme": "node build/scripts/generate-language-readme.js ",
21
"copy:plist": "copyfiles *.plist build",
22
"changelog": "conventional-changelog -p angular -i CHANGELOG.md -s -r 0",
23
- "prepare": "husky install"
+ "prepare": "husky install",
24
+ "preinstall": "npx only-allow pnpm"
25
},
26
"repository": "https://github.com/massCodeIO/massCode",
27
"author": {
@@ -125,6 +126,9 @@
125
126
"vite": "^2.9.6",
127
"vue-tsc": "^0.30.6"
128
129
+ "engines": {
130
+ "pnpm": ">=6.32.9 <7"
131
+ },
132
"volta": {
133
"node": "16.15.0"
134
}
0 commit comments