Skip to content

Commit 67acc47

Browse files
committed
add packageManager field in package.json
1 parent fdec377 commit 67acc47

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

package.json

+1-3
Original file line numberDiff line numberDiff line change
@@ -29,9 +29,7 @@
2929
"pre-commit": "lint-staged"
3030
}
3131
},
32-
"engines": {
33-
"npm": "please_use_yarn_instead"
34-
},
32+
"packageManager": "[email protected]",
3533
"scripts": {
3634
"build": "yarn build-clean && yarn tsc && yarn build:nontsc",
3735
"build-bundles": "yarn prebuild-bundles && yarn wsrun:noexamples --stages build-bundles",

0 commit comments

Comments
 (0)