Skip to content

Commit

Permalink
Updated packages.json
Browse files Browse the repository at this point in the history
  • Loading branch information
Philipp committed Jun 6, 2019
1 parent 0233d24 commit 4fa670b
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 5 deletions.
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
/node_modules/
/node_modules/
/package-lock.json
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "eslint-config-avidofood",
"version": "1.0.1",
"version": "1.0.2",
"description": "Avido Food's base JS ESLint configuration",
"main": "index.js",
"repository": {
Expand All @@ -22,11 +22,11 @@
"license": "MIT",
"dependencies": {
"eslint-config-airbnb-base": "^13.1.0",
"eslint-plugin-import": "^2.16.0",
"eslint-plugin-vue": "^5.1.0",
"eslint-plugin-import": "^2.17.0",
"eslint-plugin-vue": "^5.2.0",
"babel-eslint": "^10.0.1"
},
"devDependencies": {
"eslint": "^5.13.0"
"eslint": "^5.16.0"
}
}

0 comments on commit 4fa670b

Please sign in to comment.