Skip to content

Commit

Permalink
prevent npm install, yarn install should be used
Browse files Browse the repository at this point in the history
  • Loading branch information
mbektas committed Jan 8, 2020
1 parent 1cdcb81 commit b106620
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
1 change: 1 addition & 0 deletions .npmrc
@@ -0,0 +1 @@
engine-strict = true
5 changes: 5 additions & 0 deletions package.json
Expand Up @@ -5,6 +5,11 @@
"widgetsnbextension",
"examples/*"
],
"engines": {
"npm": "please-use-yarn",
"node": ">=10.15.3",
"yarn": ">=1.15.0"
},
"scripts": {
"build": "lerna run build --ignore \"@jupyter-widgets/example-*\"",
"build:examples": "lerna run build --scope \"@jupyter-widgets/example-*\" --include-filtered-dependencies",
Expand Down

0 comments on commit b106620

Please sign in to comment.