Skip to content

Commit

Permalink
Updated package.json for personal fork.
Browse files Browse the repository at this point in the history
  • Loading branch information
joetennant committed Nov 21, 2016
1 parent 6d69443 commit 7f1b7de
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions package.json
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": {
Expand All @@ -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"
},
Expand Down

0 comments on commit 7f1b7de

Please sign in to comment.