Cleanup deps

This commit is contained in:
Belleve Invis 2019-08-24 20:29:08 -07:00
parent e0e1ddabb5
commit 4d6cd2fcd6
2 changed files with 3 additions and 7 deletions

View file

@ -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"
}

View file

@ -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