Fix engine version

This commit is contained in:
confused_techie 2023-06-23 10:13:05 -07:00 committed by GitHub
parent 5873340ebe
commit e15e652d47
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -7,7 +7,7 @@
"license": "MIT",
"atomTestRunner": "./test/runner",
"engines": {
"atom": ">=1.12.7 <1.106.0"
"atom": ">=1.12.7 <2.0.0"
},
"dependencies": {
"grim": "^2.0.3"