Remove unnecessary version locks (#14139)
parent
0a56a4a1bc
commit
8ed2f9409c
|
@ -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",
|
||||||
|
|
Reference in New Issue