Skip to content
This repository was archived by the owner on Aug 7, 2023. It is now read-only.

Commit a162680

Browse files
committed
Set minimum Atom version
Atom has only supported the configSchema since v1.4.0.
1 parent 8c99311 commit a162680

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

package.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,9 @@
1919
"default": false
2020
}
2121
},
22+
"engines": {
23+
"atom": ">=1.4.0 <2.0.0"
24+
},
2225
"dependencies": {
2326
"atomlinter-csslint": "0.10.0",
2427
"atom-linter": "^8.0.0",

0 commit comments

Comments
 (0)