Skip to content

Commit

Permalink
Showing 2 changed files with 6 additions and 0 deletions.
1 change: 1 addition & 0 deletions .npmrc
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
engine-strict = true
5 changes: 5 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
@@ -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",

0 comments on commit b106620

Please sign in to comment.