Skip to content

Commit

Permalink
chore: omit engines constraint (#101)
Browse files Browse the repository at this point in the history
* chore: omit engines constraint

fixes #100

* chore: omit engines constraint (cont.)
  • Loading branch information
dckc authored Apr 3, 2024
1 parent 8fc28e8 commit 216cc5b
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 6 deletions.
3 changes: 0 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,9 +45,6 @@
"resolutions": {
"**/@agoric/swingset-liveslots": "0.10.3-dev-8c14632.0"
},
"engines": {
"node": "^16.13 || ^18.12"
},
"ava": {
"files": [
"packages/*/test/**/test-*.js"
Expand Down
3 changes: 0 additions & 3 deletions packages/react-components/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,6 @@
},
"./dist/style.css": "./dist/style.css"
},
"engines": {
"node": "18"
},
"scripts": {
"build": "tsc && vite build",
"lint": "eslint --ext .js,.jsx,.ts,.tsx",
Expand Down

0 comments on commit 216cc5b

Please sign in to comment.