Skip to content

Commit

Permalink
chore: update version and description
Browse files Browse the repository at this point in the history
I have changed some meta data (version, description and main)
  • Loading branch information
mauricedesaxe committed May 14, 2022
1 parent 10bde88 commit 7f4de56
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{
"name": "toucan-sdk",
"version": "0.1.0",
"description": "Toucan Protocol SDK",
"main": "index.js",
"version": "0.1.1-alpha",
"description": "A JavaScript SDK for Toucan Protocol. Works in the web browser and Node.js.",
"main": "index.ts",
"scripts": {
"build": "tsc",
"format:check": "prettier --check \"**/*.ts\"",
Expand Down

0 comments on commit 7f4de56

Please sign in to comment.