-
-
Notifications
You must be signed in to change notification settings - Fork 391
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Cleanup - remove unused tests, update readme
- Loading branch information
1 parent
53c375f
commit d0fd8c8
Showing
4 changed files
with
10 additions
and
50 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 |
---|---|---|
|
@@ -2,7 +2,7 @@ | |
"author": "Theo Ephraim <[email protected]> (http://theoephraim.com)", | ||
"name": "google-spreadsheet", | ||
"description": "Google Spreadsheet Data API for Node.js -- has functionality to read, edit, and create rows", | ||
"version": "0.2.2", | ||
"version": "0.2.4", | ||
"keywords": ["google", "spreadsheet", "spreadsheets", "gdata", "api"], | ||
"homepage": "https://github.com/theoephraim/node-google-spreadsheets", | ||
"repository": { | ||
|
@@ -17,12 +17,5 @@ | |
"request": ">= 2.0.2", | ||
"xml2js": ">= 0.1.9", | ||
"googleclientlogin": "0.2.x" | ||
}, | ||
"devDependencies": { | ||
"mocha": "~1.8.1", | ||
"should": ">1.2.1" | ||
}, | ||
"scripts": { | ||
"test": "mocha" | ||
} | ||
} |
This file was deleted.
Oops, something went wrong.