Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Upgrade TypeScript and other updates #1

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,4 @@
"[typescript]": {
"editor.formatOnSave": true
},
"prettier.trailingComma": "all",
}
3 changes: 1 addition & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
# ts-itchio-api

![MIT licensed](https://img.shields.io/badge/license-MIT-blue.svg)
[![styled with prettier](https://img.shields.io/badge/styled_with-prettier-ff69b4.svg)](https://github.com/prettier/prettier)

ts-itchio-api solely contains TypeScript typings for itch.io API objects,
like games, users, uploads and builds.
Expand All @@ -12,7 +11,7 @@ It is not meant to be used directly, but rather shared between several
npm packages such as:

* [itch](https://github.com/itchio/itch) — the itch.io app
* [node-buse](https://github.com/itchio/node-buse) — the buse (butler service) client for node.js
* [node-butlerd](https://github.com/itchio/node-butlerd) — the butlerd (butler daemon) client for node.js

## License

Expand Down
34 changes: 29 additions & 5 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,6 @@
},
"homepage": "https://github.com/itchio/ts-itchio-api#readme",
"devDependencies": {
"typescript": "^2.6.1"
"typescript": "^4.7.3"
}
}