-
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.
Remove restler and replace it with needle
- Loading branch information
1 parent
ff39b61
commit 160532a
Showing
4 changed files
with
26 additions
and
22 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,6 +1,6 @@ | ||
{ | ||
"name": "trello", | ||
"version": "0.11.0", | ||
"version": "0.12.0", | ||
"author": "Norbert Eder <[email protected]>", | ||
"description": "This module provides an easy way to make requests to the Trello API.", | ||
"contributors": [ | ||
|
@@ -52,7 +52,7 @@ | |
"dependencies": { | ||
"es6-promise": "^4.2.8", | ||
"object-assign": "~4.1.0", | ||
"restler": "^3.4.0" | ||
"needle": "3.0.0" | ||
}, | ||
"devDependencies": { | ||
"mocha": "^9.1.3", | ||
|
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