Skip to content

Commit

Permalink
Add package.json#funding links
Browse files Browse the repository at this point in the history
  • Loading branch information
donmccurdy committed Aug 5, 2023
1 parent 8fcc53c commit 2a504cf
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions packages/cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
"description": "CLI interface to glTF Transform",
"author": "Don McCurdy <[email protected]>",
"license": "MIT",
"funding": "https://github.com/sponsors/donmccurdy",
"type": "module",
"exports": "./dist/cli.esm.js",
"source": "./src/cli.ts",
Expand Down
1 change: 1 addition & 0 deletions packages/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
"description": "glTF 2.0 SDK for JavaScript and TypeScript, on Web and Node.js.",
"author": "Don McCurdy <[email protected]>",
"license": "MIT",
"funding": "https://github.com/sponsors/donmccurdy",
"type": "module",
"sideEffects": false,
"exports": {
Expand Down
1 change: 1 addition & 0 deletions packages/extensions/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
"description": "Adds extension support to @gltf-transform/core",
"author": "Don McCurdy <[email protected]>",
"license": "MIT",
"funding": "https://github.com/sponsors/donmccurdy",
"type": "module",
"sideEffects": false,
"exports": {
Expand Down
1 change: 1 addition & 0 deletions packages/functions/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
"description": "Functions for common glTF modifications, written using the core API",
"author": "Don McCurdy <[email protected]>",
"license": "MIT",
"funding": "https://github.com/sponsors/donmccurdy",
"type": "module",
"sideEffects": false,
"exports": {
Expand Down

0 comments on commit 2a504cf

Please sign in to comment.