Skip to content

Commit

Permalink
Merge pull request #799 from blackflux/dev
Browse files Browse the repository at this point in the history
[Gally]: master <- dev
  • Loading branch information
simlu committed Mar 16, 2021
2 parents 339910f + 28d72e6 commit fce695a
Show file tree
Hide file tree
Showing 4 changed files with 194 additions and 179 deletions.
2 changes: 1 addition & 1 deletion .babelrc
@@ -1,5 +1,5 @@
{
"presets": [["latest-node", {"target": "10"}]],
"presets": [["latest-node", {"target": "12"}]],
"plugins": [],
"sourceMaps": false
}
2 changes: 1 addition & 1 deletion .roboconfig.json
Expand Up @@ -8,7 +8,7 @@
"packageName": "object-hash-strict",
"projectName": "object-hash-strict",
"owner": "simlu",
"nodeVersion": "10",
"nodeVersion": "12",
"ownerName": "Lukas Siemon",
"mergeBot": "MrsFlux"
}
Expand Down
18 changes: 9 additions & 9 deletions package.json
Expand Up @@ -41,22 +41,22 @@
"@babel/cli": "7.13.10",
"@babel/core": "7.13.10",
"@babel/register": "7.13.8",
"@blackflux/eslint-plugin-rules": "1.3.46",
"@blackflux/robo-config-plugin": "4.1.4",
"@blackflux/eslint-plugin-rules": "1.3.47",
"@blackflux/robo-config-plugin": "5.0.0",
"babel-eslint": "10.1.0",
"babel-preset-latest-node": "5.4.0",
"chai": "4.3.3",
"babel-preset-latest-node": "5.5.1",
"chai": "4.3.4",
"coveralls": "3.1.0",
"eslint": "7.21.0",
"eslint": "7.22.0",
"eslint-config-airbnb-base": "14.2.1",
"eslint-plugin-import": "2.22.1",
"eslint-plugin-json": "2.1.2",
"eslint-plugin-markdown": "2.0.0",
"eslint-plugin-mocha": "8.1.0",
"js-gardener": "2.0.187",
"node-tdd": "2.19.2",
"js-gardener": "2.0.188",
"node-tdd": "3.0.0",
"nyc": "15.1.0",
"semantic-release": "17.4.1"
"semantic-release": "17.4.2"
},
"licenses": [
{
Expand All @@ -65,7 +65,7 @@
}
],
"engines": {
"node": ">= 10"
"node": ">= 12"
},
"nyc": {
"exclude": [
Expand Down

0 comments on commit fce695a

Please sign in to comment.