Skip to content

Commit

Permalink
refactor(geom): split api.ts, extract PathBuilder / pathFromSVG
Browse files Browse the repository at this point in the history
  • Loading branch information
postspectacular committed Aug 18, 2019
1 parent db880fd commit 071c346
Show file tree
Hide file tree
Showing 74 changed files with 1,205 additions and 1,141 deletions.
4 changes: 2 additions & 2 deletions packages/geom/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"build:test": "rimraf build && tsc -p test/tsconfig.json",
"test": "yarn build:test && mocha build/test/*.js",
"cover": "yarn build:test && nyc mocha build/test/*.js && nyc report --reporter=lcov",
"clean": "rimraf *.js *.d.ts .nyc_output build coverage doc lib",
"clean": "rimraf *.js *.d.ts .nyc_output build coverage doc lib ctors internal ops",
"doc": "node_modules/.bin/typedoc --mode modules --out doc --ignoreCompilerErrors src",
"pub": "yarn build:release && yarn publish --access public"
},
Expand Down Expand Up @@ -73,4 +73,4 @@
"access": "public"
},
"sideEffects": false
}
}
Loading

0 comments on commit 071c346

Please sign in to comment.