Skip to content

Commit 24a029c

Browse files
Merge pull request #1 from antonholmberg/hotfix/1.1.4
Upgrade eslint to latest version
2 parents 661909f + f2ab1fc commit 24a029c

File tree

2 files changed

+106
-76
lines changed

2 files changed

+106
-76
lines changed

package-lock.json

Lines changed: 104 additions & 74 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "android-emulator",
3-
"version": "1.1.3",
3+
"version": "1.1.4",
44
"description": "Use to launch the android emulator",
55
"main": "index.js",
66
"scripts": {
@@ -18,7 +18,7 @@
1818
"listr": "^0.14.3"
1919
},
2020
"devDependencies": {
21-
"eslint": "^5.13.0",
21+
"eslint": "^5.16.0",
2222
"eslint-config-airbnb-base": "^13.1.0",
2323
"eslint-plugin-import": "^2.16.0"
2424
},

0 commit comments

Comments
 (0)