Skip to content

Commit

Permalink
Merge pull request #4 from dword-design/renovate/dword-design-base-no…
Browse files Browse the repository at this point in the history
…de-1.x-lockfile

Update dependency @dword-design/base-node to v1.2.0
  • Loading branch information
dword-design committed Dec 5, 2019
2 parents c277904 + 081da19 commit 451ca96
Show file tree
Hide file tree
Showing 6 changed files with 430 additions and 305 deletions.
14 changes: 8 additions & 6 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
.DS_Store
.editorconfig
.nyc_output
.vscode
coverage
dist
node_modules
/.babelrc
/.editorconfig
/.eslintrc.json
/.nyc_output
/.vscode
/coverage
/dist
/node_modules
2 changes: 1 addition & 1 deletion .gitpod.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
tasks:
- init: yarn
- init: yarn && yarn prepublishOnly

vscode:
extensions:
Expand Down
5 changes: 4 additions & 1 deletion .renovaterc.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
{
"rangeStrategy": "update-lockfile"
"lockFileMaintenance": {
"enabled": true,
"schedule": "at any time"
}
}
6 changes: 4 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
version: ~> 1.0
language: node_js
node_js:
- 11

import: dword-design/travis-config:dist/index.yml@master
after_script: "yarn add coveralls && cat ./coverage/lcov.info | coveralls"
38 changes: 19 additions & 19 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,36 +2,36 @@
"name": "get-projectz-readme-section-regex",
"version": "1.0.2",
"description": "Returns a regex for Projectz readme sections depending on the section name.",
"main": "dist/index.js",
"files": [
"dist"
],
"repository": "dword-design/get-projectz-readme-section-regex",
"author": "Sebastian Landwehr <sebastianlandw@gmail.com>",
"license": "MIT",
"keywords": [
"projectz",
"section",
"function",
"placeholder",
"projectz",
"regex",
"regular expression",
"function"
"section"
],
"bugs": {
"url": "https://github.com/dword-design/get-projectz-readme-section-regex/issues"
},
"repository": "dword-design/get-projectz-readme-section-regex",
"license": "MIT",
"author": "Sebastian Landwehr <sebastianlandw@gmail.com>",
"contributors": [
"dword-design (http://www.dword-design.de)",
"Renovate Bot (http://renovatebot.com)"
],
"files": [
"dist"
],
"main": "dist/index.js",
"scripts": {
"prepare": "base-node prepare",
"prepublishOnly": "base-node build",
"start": "base-node start",
"test": "base-node test"
},
"devDependencies": {
"@dword-design/base-node": "^1.0.0",
"expect": "^24.9.0"
},
"maintainers": [],
"contributors": [
"dword-design (http://www.dword-design.de)",
"Renovate Bot (http://renovatebot.com)"
],
"bugs": {
"url": "https://github.com/dword-design/get-projectz-readme-section-regex/issues"
}
"maintainers": []
}
Loading

0 comments on commit 451ca96

Please sign in to comment.