Readme & package.json
Updated the API url in the package.json description and added a TODO section to the readme file.
This commit is contained in:
@ -118,4 +118,8 @@ Card.all()
|
||||
* Create your feature branch (git checkout -b my-new-feature)
|
||||
* Commit your changes (git commit -am 'Add some feature')
|
||||
* Push to the branch (git push origin my-new-feature)
|
||||
* Create a new Pull Request
|
||||
* Create a new Pull Request
|
||||
|
||||
## TODO
|
||||
* Add testing
|
||||
* Change package name?
|
||||
@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "pokemon-tcg-sdk-typescript",
|
||||
"version": "0.1.2",
|
||||
"description": "Typescript SDK for the PokemonTCG API (https://api.pokemontcg.io)",
|
||||
"description": "Typescript SDK for the PokemonTCG API (https://pokemontcg.io)",
|
||||
"main": "dist/index.js",
|
||||
"types": "dist/index.d.ts",
|
||||
"keywords": [
|
||||
|
||||
Reference in New Issue
Block a user