Skip to content

Commit

Permalink
Merge pull request #1 from paralect/ezhivitsa-modules
Browse files Browse the repository at this point in the history
Update modules
  • Loading branch information
ezhivitsa committed Oct 18, 2017
2 parents 91cd480 + 26155c2 commit 956e9f9
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 4 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
node_modules
1 change: 1 addition & 0 deletions .npmignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
.drone.yml
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
## v0.1.4 (2017-10-18)

* Update dependencies
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@paralect/eslint-config",
"version": "0.1.3",
"version": "0.1.4",
"author": "Paralect",
"description": "Paralect ESLint config",
"private": false,
Expand All @@ -13,14 +13,14 @@
],
"license": "MIT",
"peerDependencies": {
"eslint": "4.8.0",
"eslint": "4.9.0",
"babel-eslint": "8.0.1",
"eslint-plugin-jsx-a11y": "6.0.2",
"eslint-plugin-import": "2.7.0",
"eslint-plugin-jsx-a11y": "6.0.2",
"eslint-plugin-react": "7.4.0"
},
"dependencies": {
"eslint-config-airbnb": "16.0.0"
"eslint-config-airbnb": "16.1.0"
},
"engines": {
"node": ">= 4"
Expand Down

0 comments on commit 956e9f9

Please sign in to comment.