diff --git a/package.json b/package.json index 84fd591a6..2338226e6 100644 --- a/package.json +++ b/package.json @@ -11,17 +11,11 @@ "stylus": "stylus" }, "dependencies": { - "bezier-js": "^2.2.3", "caryll-shapeops": "^0.3.1", - "change-case": "^3.0.2", - "colors": "^1.3.3", "libspiro-js": "^0.3.1", "megaminx": "^0.9.0", "object-assign": "^4.1.1", "otfcc-ttcize": "^0.8.0", - "pad": "^1.1.0", - "patel": "^0.33.1", - "patrisika-scopes": "^0.11.1", "primitive-quadify-off-curves": "^0.4.0", "toml": "^2.3.2", "topsort": "0.0.2", @@ -32,6 +26,9 @@ "yargs": "^12.0.0" }, "devDependencies": { + "colors": "^1.3.3", + "patel": "^0.33.1", + "patrisika-scopes": "^0.11.1", "eslint": "^5.2.0", "stylus": "^0.54.5" } diff --git a/support/glyph.ptl b/support/glyph.ptl index faf9e52d8..09f66a5cf 100644 --- a/support/glyph.ptl +++ b/support/glyph.ptl @@ -1,5 +1,4 @@ extern isFinite -import 'bezier-js' as Bezier import './point' as Point import './transform' as : Transform && [object [transformPoint tp] [untransform utp] inverse] import './anchor' as Anchor