Skip to content

Commit

Permalink
Merge pull request #469 from kellyselden/renovate/kellyselden-node-te…
Browse files Browse the repository at this point in the history
…mplate-5.x

Update dependency @kellyselden/node-template to v5
  • Loading branch information
kellyselden committed Oct 30, 2023
2 parents 5b67ef4 + e535ad1 commit 71bf85b
Show file tree
Hide file tree
Showing 6 changed files with 13 additions and 13 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ on:
workflow_dispatch:
push:
branches:
- master
- main
pull_request:

jobs:
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# git-diff-apply

[![npm version](https://badge.fury.io/js/git-diff-apply.svg)](https://badge.fury.io/js/git-diff-apply)
[![Build status](https://ci.appveyor.com/api/projects/status/imgjd20sv5itmnlo/branch/master?svg=true)](https://ci.appveyor.com/project/kellyselden/git-diff-apply/branch/master)
[![Build status](https://ci.appveyor.com/api/projects/status/imgjd20sv5itmnlo/branch/main?svg=true)](https://ci.appveyor.com/project/kellyselden/git-diff-apply/branch/main)

Use an unrelated remote repository to apply a git diff
2 changes: 1 addition & 1 deletion appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ environment:

branches:
only:
- master
- main

# Fix line endings in Windows. (runs before repo cloning)
init:
Expand Down
2 changes: 1 addition & 1 deletion config/ember-cli-update.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
},
{
"name": "@kellyselden/node-template",
"version": "4.1.0",
"version": "5.0.0",
"blueprints": [
{
"name": "@kellyselden/node-template",
Expand Down
16 changes: 8 additions & 8 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
"yargs": "^17.0.0"
},
"devDependencies": {
"@kellyselden/node-template": "4.1.0",
"@kellyselden/node-template": "5.0.0",
"chai": "^4.3.7",
"cpr": "^3.0.1",
"eslint": "^8.44.0",
Expand Down

0 comments on commit 71bf85b

Please sign in to comment.