Skip to content

Commit

Permalink
Merge pull request #1 from SandroMiguel/feature/t190-update-dependencies
Browse files Browse the repository at this point in the history
Feature/t190 update dependencies
  • Loading branch information
SandroMiguel authored Jun 5, 2019
2 parents 815daa7 + d95de54 commit e34a118
Show file tree
Hide file tree
Showing 3 changed files with 203 additions and 201 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ Open the `package.json` file and add the following scripts entries:
"scripts": {
"lint": "eslint .",
"lint-fix": "eslint . --fix"
"lint:fix": "eslint . --fix"
},
...
Expand Down
12 changes: 6 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "eslint-config-cecilia",
"version": "1.1.0",
"version": "1.2.0",
"description": "ESLint configuration for awesome projects",
"main": "index.js",
"scripts": {
Expand All @@ -24,12 +24,12 @@
},
"license": "MIT",
"dependencies": {
"eslint": "^5.3.0",
"eslint": "^5.16.0",
"eslint-config-airbnb": "^17.1.0",
"eslint-plugin-const-case": "^1.0.4",
"eslint-plugin-import": "^2.14.0",
"eslint-plugin-jsdoc": "^3.15.1",
"eslint-plugin-jsx-a11y": "^6.1.1",
"eslint-plugin-react": "^7.11.0"
"eslint-plugin-import": "^2.17.3",
"eslint-plugin-jsdoc": "^7.2.3",
"eslint-plugin-jsx-a11y": "^6.2.1",
"eslint-plugin-react": "^7.13.0"
}
}
Loading

0 comments on commit e34a118

Please sign in to comment.