We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5e7cd7c commit a510ffdCopy full SHA for a510ffd
CHANGELOG.md
@@ -1,4 +1,4 @@
1
-0.0.3
+0.0.3 December 02, 2017
2
- Add support for TypeScript
3
- Add JavaScript examples
4
- Add TypeScript examples
package.json
@@ -1,6 +1,6 @@
{
"name": "trello-node-api",
- "version": "0.0.2",
+ "version": "0.0.3",
"description": "Trello Node API wrapper",
5
"keywords": [
6
"node-trello",
@@ -21,7 +21,9 @@
21
"trello-members",
22
"trello-notifications",
23
"trello-organizations",
24
- "trello-webhooks"
+ "trello-webhooks",
25
+ "trello-typescript",
26
+ "trello-es6"
27
],
28
"homepage": "https://github.com/bhushankumarl/trello-node-api",
29
"author": "Bhushankumar Lilapara<bhushankumar.lilapara@gmail.com>",
0 commit comments