Skip to content

Commit b4d3011

Browse files
committed
update funding detail
1 parent 319d8b5 commit b4d3011

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

package.json

+5-2
Original file line numberDiff line numberDiff line change
@@ -58,10 +58,13 @@
5858
"webpack-cli": "^4.9.1"
5959
},
6060
"typings": "src/fxp.d.ts",
61-
"funding": {
61+
"funding": [{
6262
"type": "paypal",
6363
"url": "https://paypal.me/naturalintelligence"
64-
},
64+
},{
65+
"type": "github",
66+
"url": "https://github.com/sponsors/NaturalIntelligence"
67+
}],
6568
"dependencies": {
6669
"strnum": "^1.0.5"
6770
}

0 commit comments

Comments
 (0)