Skip to content

Commit 178f850

Browse files
committed
prevent users from using npm
1 parent 21c327c commit 178f850

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

typing-app/.npmrc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
engine-strict=true

typing-app/package.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,5 +40,8 @@
4040
},
4141
"repository": "https://github.com/su-its/typing",
4242
"author": "su-its",
43-
"packageManager": "[email protected]"
43+
"packageManager": "[email protected]",
44+
"engines": {
45+
"npm": "use yarn instead"
46+
}
4447
}

0 commit comments

Comments
 (0)