Skip to content
This repository has been archived by the owner on Aug 14, 2022. It is now read-only.

chore(): Minor tweaks #30

Merged
merged 2 commits into from
Nov 24, 2017
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
],
"license": "MIT",
"dependencies": {
"@jscad/csg": "0.3.6"
"@jscad/csg": "0.3.7"
},
"devDependencies": {
"ava": "^0.23.0",
Expand Down
1 change: 1 addition & 0 deletions src/ops-extrusions.js
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ function linear_extrude (p, s) {
* @param {Float} [options.angle=1] - angle of the extrusion, in degrees
* @param {Float} [options.overflow='cap'] - what to do with points outside of bounds (+ / - x) :
* defaults to capping those points to 0 (only supported behaviour for now)
* @param {CAG} baseShape input 2d shape
* @returns {CSG} new extruded shape
*
* @example
Expand Down