Cleanup deps
This commit is contained in:
parent
e0e1ddabb5
commit
4d6cd2fcd6
2 changed files with 3 additions and 7 deletions
|
@ -11,17 +11,11 @@
|
||||||
"stylus": "stylus"
|
"stylus": "stylus"
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"bezier-js": "^2.2.3",
|
|
||||||
"caryll-shapeops": "^0.3.1",
|
"caryll-shapeops": "^0.3.1",
|
||||||
"change-case": "^3.0.2",
|
|
||||||
"colors": "^1.3.3",
|
|
||||||
"libspiro-js": "^0.3.1",
|
"libspiro-js": "^0.3.1",
|
||||||
"megaminx": "^0.9.0",
|
"megaminx": "^0.9.0",
|
||||||
"object-assign": "^4.1.1",
|
"object-assign": "^4.1.1",
|
||||||
"otfcc-ttcize": "^0.8.0",
|
"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",
|
"primitive-quadify-off-curves": "^0.4.0",
|
||||||
"toml": "^2.3.2",
|
"toml": "^2.3.2",
|
||||||
"topsort": "0.0.2",
|
"topsort": "0.0.2",
|
||||||
|
@ -32,6 +26,9 @@
|
||||||
"yargs": "^12.0.0"
|
"yargs": "^12.0.0"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
|
"colors": "^1.3.3",
|
||||||
|
"patel": "^0.33.1",
|
||||||
|
"patrisika-scopes": "^0.11.1",
|
||||||
"eslint": "^5.2.0",
|
"eslint": "^5.2.0",
|
||||||
"stylus": "^0.54.5"
|
"stylus": "^0.54.5"
|
||||||
}
|
}
|
||||||
|
|
|
@ -1,5 +1,4 @@
|
||||||
extern isFinite
|
extern isFinite
|
||||||
import 'bezier-js' as Bezier
|
|
||||||
import './point' as Point
|
import './point' as Point
|
||||||
import './transform' as : Transform && [object [transformPoint tp] [untransform utp] inverse]
|
import './transform' as : Transform && [object [transformPoint tp] [untransform utp] inverse]
|
||||||
import './anchor' as Anchor
|
import './anchor' as Anchor
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue