Remove unnecessary version locks (#14139)

lolsob-rspec
Yamagishi Kazutoshi 2020-06-26 05:41:24 +09:00 committed by GitHub
parent 528c103fc6
commit 7061b5d1da
1 changed files with 1 additions and 1 deletions

View File

@ -2,7 +2,7 @@
"name": "@tootsuite/mastodon",
"license": "AGPL-3.0-or-later",
"engines": {
"node": ">=10.13 <13"
"node": ">=10.13"
},
"scripts": {
"postversion": "git push --tags",