Skip to content

Commit

Permalink
Prepare v4 (#27)
Browse files Browse the repository at this point in the history
Co-authored-by: veeck <michael@veeck.de>
  • Loading branch information
rejas and veeck authored Apr 2, 2023
1 parent 4a89f31 commit 2da1fe5
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 10 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/run-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,13 +18,13 @@ jobs:
node-version: [16.x, 18.x]
steps:
- name: Checkout sourcecode
uses: actions/checkout@v2
uses: actions/checkout@v3

- name: Setup node.js ${{ matrix.node-version }}
uses: actions/setup-node@v1
uses: actions/setup-node@v3
with:
node-version: ${{ matrix.node-version }}

- name: Run npm ci and test
run: |
npm ci
Expand Down
1 change: 0 additions & 1 deletion .npmignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,2 @@
.travis.yml
.idea/
test/
4 changes: 2 additions & 2 deletions package-lock.json

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

8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "gulp-favicons",
"version": "3.0.0",
"version": "4.0.0",
"description": "Favicons generator for Gulp",
"type": "module",
"exports": {
Expand All @@ -9,7 +9,7 @@
},
"repository": {
"type": "git",
"url": "https://github.com/rejas/gulp-favicons.git"
"url": "https://github.com/gulp-community/gulp-favicons.git"
},
"scripts": {
"test": "cd test && gulp"
Expand All @@ -28,9 +28,9 @@
"author": "Hayden Bleasel <haydenbleasel@gmail.com>",
"license": "ISC",
"bugs": {
"url": "https://github.com/rejas/gulp-favicons/issues"
"url": "https://github.com/gulp-community/gulp-favicons/issues"
},
"homepage": "https://github.com/rejas/gulp-favicons",
"homepage": "https://github.com/gulp-community/gulp-favicons",
"devDependencies": {
"gulp": "^4.0.2"
},
Expand Down

0 comments on commit 2da1fe5

Please sign in to comment.