1
0

Remove old linting package declaration

This commit is contained in:
Jip J. Dekker 2017-11-29 15:54:24 +11:00
parent 19bfdd6402
commit 7707fa5690
No known key found for this signature in database
GPG Key ID: 9CB1B58997DD0D58

View File

@ -6,19 +6,6 @@
"license": "MIT", "license": "MIT",
"engines": { "engines": {
"atom": ">=1.0.0 <2.0.0" "atom": ">=1.0.0 <2.0.0"
}, }
"dependencies": {
"atom-linter": "^2.0.5",
"atom-package-deps": "^2.0.1"
},
"package-deps": [
"linter"
],
"providedServices": {
"linter": {
"versions": {
"2.0.0": "provideLinter"
}
}
} }
} }