Skip to content

Commit

Permalink
📝 chore(LICENSE): update copyright information for project tusk-masto…
Browse files Browse the repository at this point in the history
…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
skullzarmy committed Sep 30, 2023
1 parent 6f597f8 commit 836abb5
Show file tree
Hide file tree
Showing 2 changed files with 29 additions and 27 deletions.
1 change: 1 addition & 0 deletions LICENSE
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
55 changes: 28 additions & 27 deletions package.json
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"
}
}

0 comments on commit 836abb5

Please sign in to comment.