Skip to content

Commit

Permalink
feat: declare mc 8 as compatible
Browse files Browse the repository at this point in the history
  • Loading branch information
ivanvl01 committed Mar 17, 2022
1 parent 2502efd commit 07d46aa
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 12 deletions.
18 changes: 9 additions & 9 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
},
"license": "MIT",
"engines": {
"node": ">=8.3.2"
"node": ">=12"
},
"scripts": {
"update-force:packages": "./node_modules/npm-check-updates/bin/ncu -u && npm i",
Expand Down Expand Up @@ -70,7 +70,7 @@
}
},
"peerDependencies": {
"@donkeyclip/motorcortex": "^7"
"@donkeyclip/motorcortex": ">= 8 < 9"
},
"devDependencies": {
"@babel/cli": "7.17.6",
Expand All @@ -81,7 +81,7 @@
"@babel/preset-env": "7.16.11",
"@commitlint/cli": "16.2.3",
"@commitlint/config-conventional": "16.2.1",
"@donkeyclip/motorcortex": "7.9.3",
"@donkeyclip/motorcortex": "8.0.0",
"@donkeyclip/motorcortex-player": "2.5.2",
"@rollup/plugin-babel": "5.3.1",
"@rollup/plugin-commonjs": "21.0.2",
Expand Down

0 comments on commit 07d46aa

Please sign in to comment.