Skip to content

Commit a136e0b

Browse files
kbdharunsbrl
authored andcommitted
package.json: Add funding information
Adding Liberapay to funding information to show up during npm install and npm fund. Ref: https://github.com/npm/rfcs/blob/main/implemented/0017-add-funding-support.md Signed-off-by: K.B.Dharun Krishna <kbdharunkrishna@gmail.com>
1 parent 8abefe3 commit a136e0b

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

package.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -75,5 +75,9 @@
7575
"pre-commit": "npm run lint",
7676
"pre-push": "npm run test:quiet"
7777
}
78+
},
79+
"funding":{
80+
"type": "liberapay",
81+
"url": "https://liberapay.com/tldr-pages"
7882
}
7983
}

0 commit comments

Comments
 (0)