Skip to content

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
myf committed Aug 15, 2014
1 parent 0da836b commit 2e9ba5d
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name" : "csv-split",
"version": "0.0.1",
"version": "0.0.1-1",
"description": "command line tool to split csv into smaller csvs based on one column",
"main" : "index.js",
"bin": {
Expand All @@ -12,11 +12,11 @@
},
"license": "MIT",
"dependencies" : {
"csv-streamify": "*",
"commander": "*",
"mkdirp": "*",
"request": "*",
"through" : "*"
"csv-streamify": "~1.0.0",
"commander": "~2.3.0",
"mkdirp": "~0.5.0",
"request": "~2.40.0",
"through" : "~2.3.4"
},
"keywords": [
"csv",
Expand Down

0 comments on commit 2e9ba5d

Please sign in to comment.