]> cat aescling's git repositories - mastodon.git/commitdiff
Remove unnecessary version locks (#14139)
authorYamagishi Kazutoshi <ykzts@desire.sh>
Thu, 25 Jun 2020 20:41:24 +0000 (05:41 +0900)
committerGitHub <noreply@github.com>
Thu, 25 Jun 2020 20:41:24 +0000 (22:41 +0200)
package.json

index 016aaa07192acb201b2f23bcf2b21e7b87ff5826..0f2e7f4f927397d46c8eaecee2cb76f88aaf5c45 100644 (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",