forked from davidguttman/node-dataframe
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Updated package.json for personal fork.
- Loading branch information
1 parent
6d69443
commit 7f1b7de
Showing
1 changed file
with
5 additions
and
5 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "dataframe", | ||
"version": "1.4.0", | ||
"version": "1.4.1", | ||
"description": "Explore data by grouping and reducing.", | ||
"main": "index.js", | ||
"directories": { | ||
|
@@ -11,14 +11,14 @@ | |
}, | ||
"repository": { | ||
"type": "git", | ||
"url": "https://github.com/davidguttman/node-dataframe.git" | ||
"url": "https://github.com/joetennant/node-dataframe.git" | ||
}, | ||
"author": "David Guttman <[email protected]> (http://davidguttman.com/)", | ||
"author": "David Guttman <[email protected]> (http://davidguttman.com/), Joe Tennant", | ||
"license": "MIT", | ||
"bugs": { | ||
"url": "https://github.com/davidguttman/node-dataframe/issues" | ||
"url": "https://github.com/joetennant/node-dataframe/issues" | ||
}, | ||
"homepage": "https://github.com/davidguttman/node-dataframe", | ||
"homepage": "https://github.com/joetennant/node-dataframe", | ||
"dependencies": { | ||
"lodash": ">=4.1.0" | ||
}, | ||
|