This commit is contained in:
Jordan Harband
2016-01-06 17:06:42 -08:00
parent e171f8a11d
commit 74561b6449
2 changed files with 5 additions and 1 deletions

View File

@@ -1,3 +1,7 @@
3.0.2 / 2016-01-06
==================
- [fix] Ignore URLs in `max-len` (#664)
3.0.1 / 2016-01-06
==================
- [fix] because we use babel, keywords should not be quoted

View File

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