Skip to content

Commit c8d05a0

Browse files
committed
Update dependencies, require node 10, bump versions
1 parent 6beb149 commit c8d05a0

6 files changed

Lines changed: 37 additions & 47 deletions

File tree

.github/ISSUE_TEMPLATE/bug_report.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ If applicable, add screenshots to help explain your problem.
2626
**Environment (please complete the following information):**
2727
- Node Version: [e.g. 10]
2828
- Gulp Version: [e.g. 4.0.2]
29-
- Gulp Starter Kit Version: [e.g. 0.10.15-beta]
29+
- Gulp Starter Kit Version: [e.g. 0.11.0-beta]
3030
- Version of any other affected dependency: [e.g. browser-sync@2.26.5]
3131

3232
**OS (please complete the following information):**

.github/workflows/tests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ on:
44
push:
55
branches:
66
- master
7-
7+
88
pull_request:
99
branches:
1010
- master
@@ -16,7 +16,7 @@ jobs:
1616

1717
strategy:
1818
matrix:
19-
node-version: [8.x, 9.x, 10.x, 11.x, 12.x]
19+
node-version: [10.x, 12.x, 13.x, 14.x]
2020
os: [ubuntu-latest, windows-latest, macOS-latest]
2121

2222
steps:

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ Here is a list of the current features:
2020
## Requirements
2121
This should be installed on your computer in order to get up and running:
2222

23-
- [Node.js](https://nodejs.org/en/) (Required node version is >= 8.0)
23+
- [Node.js](https://nodejs.org/en/) (Required node version is >= 10.0)
2424
- [Gulp 4](https://gulpjs.com/)
2525

2626
## Dependencies

gulpfile.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
* @author JR Cologne <kontakt@jr-cologne.de>
66
* @copyright 2020 JR Cologne
77
* @license https://github.com/jr-cologne/gulp-starter-kit/blob/master/LICENSE MIT
8-
* @version v0.10.15-beta
8+
* @version v0.11.0-beta
99
* @link https://github.com/jr-cologne/gulp-starter-kit GitHub Repository
1010
* @link https://www.npmjs.com/package/@jr-cologne/create-gulp-starter-kit npm package site
1111
*

package-lock.json

Lines changed: 29 additions & 39 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@jr-cologne/create-gulp-starter-kit",
3-
"version": "0.10.15-beta",
3+
"version": "0.11.0-beta",
44
"description": "A simple Gulp 4 Starter Kit for modern web development.",
55
"keywords": [
66
"gulp",
@@ -39,7 +39,7 @@
3939
"devDependencies": {
4040
"@babel/core": "^7.10.5",
4141
"@babel/preset-env": "^7.10.4",
42-
"browser-sync": "^2.26.9",
42+
"browser-sync": "^2.26.10",
4343
"del": "^5.1.0",
4444
"gulp": "^4.0.2",
4545
"gulp-autoprefixer": "^7.0.1",
@@ -62,6 +62,6 @@
6262
"fs-extra": "^9.0.1"
6363
},
6464
"engines": {
65-
"node": ">=8"
65+
"node": ">=10"
6666
}
6767
}

0 commit comments

Comments
 (0)