[eslint config] [base] v5.0.2

This commit is contained in:
Jordan Harband
2016-08-12 15:38:44 -07:00
parent fb0f03f676
commit be6e13f7b9
2 changed files with 6 additions and 1 deletions

View File

@@ -1,3 +1,8 @@
5.0.2 / 2016-08-12
==================
- [deps] update `eslint`, `eslint-find-rules`, `eslint-plugin-import`
- [tests] add `safe-publish-latest` to `prepublish`
5.0.1 / 2016-07-29
==================
- [patch] `no-unused-expressions`: flesh out options

View File

@@ -1,6 +1,6 @@
{
"name": "eslint-config-airbnb-base",
"version": "5.0.1",
"version": "5.0.2",
"description": "Airbnb's base JS ESLint config, following our styleguide",
"main": "index.js",
"scripts": {