Skip to content

Commit

Permalink
Merge pull request #530 from blackflux/dev
Browse files Browse the repository at this point in the history
[Gally]: master <- dev
  • Loading branch information
simlu committed Sep 4, 2020
2 parents f6810e9 + 76d0e6d commit 1d843ed
Show file tree
Hide file tree
Showing 5 changed files with 868 additions and 893 deletions.
6 changes: 3 additions & 3 deletions .babelrc
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"presets": [],
"plugins": ["@babel/plugin-proposal-object-rest-spread"],
"sourceMaps": "inline"
"presets": [["latest-node", {"target": "10"}]],
"plugins": [],
"sourceMaps": false
}
1 change: 1 addition & 0 deletions .roboconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
"packageName": "lambda-cfn-hook",
"projectName": "lambda-cfn-hook",
"owner": "simlu",
"nodeVersion": "10",
"ownerName": "Lukas Siemon",
"mergeBot": "MrsFlux"
}
Expand Down
17 changes: 17 additions & 0 deletions CONFDOCS.md
Original file line number Diff line number Diff line change
Expand Up @@ -113,6 +113,7 @@ Manage various configuration files for an open source npm package on github.
<td align="left" valign="top">
<ul>
<li><a href="#blackfluxrobo-config-plugin-var-ref-packagename">packageName</a></li>
<li><a href="#blackfluxrobo-config-plugin-var-ref-nodeversion">nodeVersion</a></li>
<li><a href="#blackfluxrobo-config-plugin-var-ref-repokey">repoKey</a></li>
<li><a href="#blackfluxrobo-config-plugin-var-ref-ownername">ownerName</a></li>
<li><a href="#blackfluxrobo-config-plugin-var-ref-projectname">projectName</a></li>
Expand Down Expand Up @@ -163,6 +164,7 @@ Manage basic project structure for npm package on github.
<td align="left" valign="top">
<ul>
<li><a href="#blackfluxrobo-config-plugin-var-ref-packagename">packageName</a></li>
<li><a href="#blackfluxrobo-config-plugin-var-ref-nodeversion">nodeVersion</a></li>
</ul>
</td>
</tr>
Expand Down Expand Up @@ -235,6 +237,7 @@ Manage basic project structure for npm package on github.
<td align="left" valign="top">
<ul>
<li><a href="#blackfluxrobo-config-plugin-var-ref-packagename">packageName</a></li>
<li><a href="#blackfluxrobo-config-plugin-var-ref-nodeversion">nodeVersion</a></li>
</ul>
</td>
</tr>
Expand Down Expand Up @@ -397,6 +400,7 @@ _Updating <a href="#blackfluxrobo-config-plugin-target-ref-babelrc">.babelrc</a>
<tr>
<th>Targets</th>
<th>Requires</th>
<th>Variables</th>
</tr>
<tr>
<td align="left" valign="top">
Expand All @@ -411,6 +415,11 @@ _Updating <a href="#blackfluxrobo-config-plugin-target-ref-babelrc">.babelrc</a>
<li><a href="#blackfluxrobo-config-plugin-req-ref-babel">babel</a></li>
</ul>
</td>
<td align="left" valign="top">
<ul>
<li><a href="#blackfluxrobo-config-plugin-var-ref-nodeversion">nodeVersion</a></li>
</ul>
</td>
</tr>
</tbody>
</table>
Expand Down Expand Up @@ -494,6 +503,7 @@ Manage package.json for npm package on github.
</td>
<td align="left" valign="top">
<ul>
<li><a href="#blackfluxrobo-config-plugin-var-ref-nodeversion">nodeVersion</a></li>
<li><a href="#blackfluxrobo-config-plugin-var-ref-repokey">repoKey</a></li>
<li><a href="#blackfluxrobo-config-plugin-var-ref-packagename">packageName</a></li>
</ul>
Expand Down Expand Up @@ -557,6 +567,7 @@ _Updating <a href="#blackfluxrobo-config-plugin-target-ref-packagejson">package.
</td>
<td align="left" valign="top">
<ul>
<li><a href="#blackfluxrobo-config-plugin-var-ref-nodeversion">nodeVersion</a></li>
<li><a href="#blackfluxrobo-config-plugin-var-ref-repokey">repoKey</a></li>
<li><a href="#blackfluxrobo-config-plugin-var-ref-packagename">packageName</a></li>
</ul>
Expand Down Expand Up @@ -1594,6 +1605,12 @@ Enables displaying of a status badge indicated whether the dependencies are outd
The name of the project as published to npm.
Note that for scoped packages the name can differ significantly from the repo name.

### <a name="blackfluxrobo-config-plugin-var-ref-nodeversion">nodeVersion</a> : `string`

*The minimum node version targeted.*

The minimum nodejs version that the project targets.

### <a name="blackfluxrobo-config-plugin-var-ref-repokey">repoKey</a> : `string`

*Repository key.*
Expand Down
23 changes: 12 additions & 11 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,25 +9,25 @@
"author": "Lukas Siemon",
"license": "MIT",
"devDependencies": {
"@babel/cli": "7.10.5",
"@babel/core": "7.11.1",
"@babel/plugin-proposal-object-rest-spread": "7.11.0",
"@babel/register": "7.10.5",
"@blackflux/eslint-plugin-rules": "1.3.32",
"@blackflux/robo-config-plugin": "3.9.4",
"@babel/cli": "7.11.6",
"@babel/core": "7.11.6",
"@babel/register": "7.11.5",
"@blackflux/eslint-plugin-rules": "1.3.33",
"@blackflux/robo-config-plugin": "3.9.9",
"babel-eslint": "10.1.0",
"chai": "4.2.0",
"coveralls": "3.1.0",
"eslint": "7.7.0",
"eslint": "7.8.1",
"eslint-config-airbnb-base": "14.2.0",
"eslint-plugin-import": "2.22.0",
"eslint-plugin-json": "2.1.2",
"eslint-plugin-markdown": "1.0.2",
"eslint-plugin-mocha": "8.0.0",
"js-gardener": "2.0.166",
"node-tdd": "2.18.2",
"js-gardener": "2.0.167",
"node-tdd": "2.18.3",
"nyc": "15.1.0",
"semantic-release": "17.1.1"
"semantic-release": "17.1.1",
"babel-preset-latest-node": "4.1.0"
},
"licenses": [
{
Expand Down Expand Up @@ -95,7 +95,8 @@
"tsv": "yarn run test-simple --verbose",
"coveralls": "node ./node_modules/coveralls/bin/coveralls.js < ./coverage/lcov.info",
"semantic-release": "yarn run build-clean && npx semantic-release",
"gardener": "node gardener"
"gardener": "node gardener",
"it": "yarn run i && yarn run t"
},
"homepage": "https://github.com/blackflux/lambda-cfn-hook#readme",
"bugs": {
Expand Down
Loading

0 comments on commit 1d843ed

Please sign in to comment.