forked from hylyh/node-mastodon
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
📝 chore(LICENSE): update copyright information for project tusk-masto…
…don to include Joe Peterson as the copyright holder 📝 chore(package.json): update homepage URL for project tusk-mastodon to point to the official documentation website
- Loading branch information
1 parent
6f597f8
commit 836abb5
Showing
2 changed files
with
29 additions
and
27 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,6 +2,7 @@ | |
|
||
Copyright for portions of project node-mastodon are held by Tolga Tezel <[email protected]> as part of project Twit. | ||
All other copyright for project node-mastodon are held by Jessica Hayley, 2017 | ||
All copyright for project tusk-mastodon are held by Joe Peterson <[email protected]>, 2023 | ||
|
||
Permission is hereby granted, free of charge, to any person obtaining a copy | ||
of this software and associated documentation files (the "Software"), to deal | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,29 +1,30 @@ | ||
{ | ||
"name": "tusk-mastodon", | ||
"description": "Async Mastodon API client for node", | ||
"version": "2.0.2", | ||
"author": "skullzarmy", | ||
"keywords": [ | ||
"mastodon", | ||
"api", | ||
"rest", | ||
"async", | ||
"axios", | ||
"tusk" | ||
], | ||
"dependencies": { | ||
"axios": "^1.5.0" | ||
}, | ||
"engines": { | ||
"node": ">=0.10.0" | ||
}, | ||
"license": "MIT", | ||
"main": "./lib/mastodon", | ||
"repository": { | ||
"type": "git", | ||
"url": "https://github.com/skullzarmy/Tusk" | ||
}, | ||
"scripts": { | ||
"test": "bun test" | ||
} | ||
"name": "tusk-mastodon", | ||
"description": "Async Mastodon API client for node", | ||
"homepage": "https://skullzarmy.github.io/Tusk/", | ||
"version": "2.0.2", | ||
"author": "skullzarmy", | ||
"keywords": [ | ||
"mastodon", | ||
"api", | ||
"rest", | ||
"async", | ||
"axios", | ||
"tusk" | ||
], | ||
"dependencies": { | ||
"axios": "^1.5.0" | ||
}, | ||
"engines": { | ||
"node": ">=0.10.0" | ||
}, | ||
"license": "MIT", | ||
"main": "./lib/mastodon", | ||
"repository": { | ||
"type": "git", | ||
"url": "https://github.com/skullzarmy/Tusk" | ||
}, | ||
"scripts": { | ||
"test": "bun test" | ||
} | ||
} |