Skip to content

Commit

Permalink
chore(package): update @adobe/eslint-config-aio-lib-config to 1.2.0
Browse files Browse the repository at this point in the history
closes #11
  • Loading branch information
shazron committed May 7, 2020
1 parent 10ef5f3 commit 4a35f18
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 3 deletions.
7 changes: 5 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"deprecated": false,
"description": "Adobe I/O Customer Profile Lib",
"devDependencies": {
"@adobe/eslint-config-aio-lib-config": "^1.1.0",
"@adobe/eslint-config-aio-lib-config": "^1.2.0",
"@types/node-fetch": "^2.5.4",
"babel-runtime": "^6.26.0",
"codecov": "^3.5.0",
Expand Down Expand Up @@ -60,5 +60,8 @@
"publishConfig": {
"access": "public"
},
"version": "1.0.2"
"version": "1.0.2",
"engines": {
"node": ">=10.0.0"
}
}
5 changes: 4 additions & 1 deletion test/.eslintrc.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,8 @@
"fixtureJson": true,
"fakeFileSystem": true,
"fetch": true
}
},
"rules": {
"node/no-unpublished-require": 0
}
}

0 comments on commit 4a35f18

Please sign in to comment.