Skip to content

Commit

Permalink
i rollup i rollup i rollup
Browse files Browse the repository at this point in the history
  • Loading branch information
mhkeller committed Feb 25, 2017
1 parent 6e67b86 commit 6d5b0b0
Show file tree
Hide file tree
Showing 21 changed files with 4,266 additions and 27 deletions.
1 change: 1 addition & 0 deletions .npmignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
src
examples
test
CHANGELOG.md
4 changes: 2 additions & 2 deletions bin/index.js
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
#!/usr/bin/env node

var optimist = require('optimist')
var joiner = require('../src/joiner/index.js')
var joiner = require('../dist/joiner.node.js')
var queue = require('d3-queue').queue

var io = require('../src/io/index.js')
var io = require('./io/index.js')

var argv = optimist
.usage('Usage: joiner -a DATASET_A_PATH -k DATASET_A_KEY -b DATASET_B_PATH -j DATASET_B_KEY -o OUT_FILE_PATH [-r (summary|full) -n NEST_KEY --geojson]')
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit 6d5b0b0

Please sign in to comment.