Skip to content

Commit 8b89474

Browse files
committed
Update link
1 parent db2fd25 commit 8b89474

File tree

6 files changed

+15
-29
lines changed

6 files changed

+15
-29
lines changed

.github/funding.yml

Lines changed: 0 additions & 2 deletions
This file was deleted.

.github/workflows/main.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@ jobs:
1313
- 18
1414
- 16
1515
steps:
16-
- uses: actions/checkout@v3
17-
- uses: actions/setup-node@v3
16+
- uses: actions/checkout@v4
17+
- uses: actions/setup-node@v4
1818
with:
1919
node-version: ${{ matrix.node-version }}
2020
- run: npm install

LICENSE

Lines changed: 0 additions & 22 deletions
This file was deleted.

contributing.md

Lines changed: 0 additions & 1 deletion
This file was deleted.

license

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
Copyright (c) Sindre Sorhus <[email protected]> (https://sindresorhus.com)
2+
Copyright (c) Yeoman team (https://github.com/yeoman)
3+
4+
Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met:
5+
6+
1. Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer.
7+
8+
2. Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution.
9+
10+
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS “AS IS” AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.

package.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,15 +3,16 @@
33
"version": "5.0.0",
44
"description": "Stringify an object/array like JSON.stringify just without all the double-quotes",
55
"license": "BSD-2-Clause",
6-
"repository": "yeoman/stringify-object",
7-
"funding": "https://github.com/yeoman/stringify-object?sponsor=1",
6+
"repository": "sindresorhus/stringify-object",
7+
"funding": "https://github.com/sponsors/sindresorhus",
88
"author": {
99
"name": "Sindre Sorhus",
1010
"email": "[email protected]",
1111
"url": "https://sindresorhus.com"
1212
},
1313
"type": "module",
1414
"exports": "./index.js",
15+
"sideEffects": false,
1516
"engines": {
1617
"node": ">=14.16"
1718
},

0 commit comments

Comments
 (0)