-
Notifications
You must be signed in to change notification settings - Fork 250
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #8 from devtyr/master
Features from trello_ex back to original project
- Loading branch information
Showing
4 changed files
with
73 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,14 +1,15 @@ | ||
{ | ||
"name": "trello", | ||
"version": "0.2.0", | ||
"version": "0.3.0", | ||
"author": "Graeme Foster <[email protected]>", | ||
"description": "Do stuff with Trello", | ||
"contributors": [ | ||
"Brett Swift", | ||
"Mike Beasley" | ||
"Mike Beasley", | ||
"Norbert Eder <[email protected]>" | ||
], | ||
"scripts": { | ||
"test": "node_modules/mocha/bin/mocha" | ||
"test": "node node_modules/mocha/bin/mocha" | ||
}, | ||
"main": "main.js", | ||
"repository": { | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters