Skip to content

Commit

Permalink
Rollup: build umd, cjs, and esm in dist/
Browse files Browse the repository at this point in the history
Fixes #67
  • Loading branch information
mfogel committed Jan 27, 2019
1 parent d923c95 commit b72193e
Show file tree
Hide file tree
Showing 7 changed files with 433 additions and 56 deletions.
2 changes: 1 addition & 1 deletion bench/bench.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ const load = require('load-json-file')
const Benchmark = require('benchmark')
const jstsUnion = require('@turf/union')
const w8r = require('martinez-polygon-clipping')
const mfogel = require('../dist/polygon-clipping.js')
const mfogel = require('..')

/**
* Benchmark results ( c9b02e5 )
Expand Down
Loading

0 comments on commit b72193e

Please sign in to comment.