Просмотр исходного кода

Second shot at having greenkeeper ignore eslint (#610)

First shot at getting greenkeeper to ignoring eslint updates landed with commit 85fa743258.

Sadly that commit had a minor `greenkeper` misspelling in package.json, which obviously didn't have much effect for greenkeeper.
This commit fixes that blooper in hopes that greenkeeper will stop opening PRs about new eslint versions, as we don't want to
update at the moment cause eslint 3.x requires Node.js v4.x.
tags/v2.3.0
Phillip Johnsen GitHub 9 лет назад
Родитель
Сommit
672bbd58ed
1 измененных файлов: 1 добавлений и 1 удалений
  1. +1
    -1
      package.json

+ 1
- 1
package.json Просмотреть файл

@@ -52,7 +52,7 @@
"wrappers"
]
},
"greenkeper": {
"greenkeeper": {
"ignore": ["eslint"]
},
"license": "MIT"


Загрузка…
Отмена
Сохранить