Remove unnecessary version locks (#14139)
parent
528c103fc6
commit
7061b5d1da
|
@ -2,7 +2,7 @@
|
||||||
"name": "@tootsuite/mastodon",
|
"name": "@tootsuite/mastodon",
|
||||||
"license": "AGPL-3.0-or-later",
|
"license": "AGPL-3.0-or-later",
|
||||||
"engines": {
|
"engines": {
|
||||||
"node": ">=10.13 <13"
|
"node": ">=10.13"
|
||||||
},
|
},
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"postversion": "git push --tags",
|
"postversion": "git push --tags",
|
||||||
|
|
Loading…
Reference in New Issue