Skip to content

Commit

Permalink
Cleanups (#47)
Browse files Browse the repository at this point in the history
  • Loading branch information
rejas authored Jul 14, 2023
1 parent 023640b commit 2bd2d77
Show file tree
Hide file tree
Showing 5 changed files with 3,229 additions and 4,177 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/run-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,16 +15,16 @@ jobs:
timeout-minutes: 30
strategy:
matrix:
node-version: [12.x, 14.x, 16.x]
node-version: [16.x, 18.x, 20.x]
steps:
- name: Checkout sourcecode
uses: actions/checkout@v2
uses: actions/checkout@v3

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

- name: Run npm ci and test
run: |
npm ci
Expand Down
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
MIT License

Copyright (c) 2021 rejas
Copyright (c) 2023 gulp-community

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# gulp-json-editor

[![npm version](https://badge.fury.io/js/gulp-json-editor.svg)](https://www.npmjs.com/package/gulp-json-editor)
[![Automated tests](https://github.com/rejas/gulp-json-editor/actions/workflows/run-tests.yml/badge.svg)](https://github.com/rejas/gulp-json-editor/actions/workflows/run-tests.yml)
[![Automated tests](https://github.com/gulp-community/gulp-json-editor/actions/workflows/run-tests.yml/badge.svg)](https://github.com/gulp-community/gulp-json-editor/actions/workflows/run-tests.yml)

gulp-json-editor is a [gulp](https://github.com/gulpjs/gulp) plugin to edit JSON objects.

Expand Down Expand Up @@ -110,6 +110,6 @@ This object is passed to deepmerge as its [option](https://github.com/TehShrike/

## License

Copyright (c) 2021 rejas
Copyright (c) 2023 gulp-community

Licensed under the [MIT license](LICENSE).
Loading

0 comments on commit 2bd2d77

Please sign in to comment.