From ce21754e20b323ea036b264ec93958c20b24a93b Mon Sep 17 00:00:00 2001 From: Mike Reinstein Date: Tue, 26 May 2020 15:07:36 -0700 Subject: [PATCH] update math external deps to point at new location --- src/deps.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/deps.js b/src/deps.js index 69e6d49..7050eaa 100644 --- a/src/deps.js +++ b/src/deps.js @@ -1,6 +1,6 @@ import Pool from 'https://cdn.jsdelivr.net/gh/mreinstein/vec2-gap/pool.js' -import clamp from 'https://cdn.jsdelivr.net/gh/mreinstein/math-gap/clamp.js' -import sign from 'https://cdn.jsdelivr.net/gh/mreinstein/math-gap/sign.js' +import clamp from 'https://cdn.jsdelivr.net/gh/mreinstein/math-gap/src/clamp.js' +import sign from 'https://cdn.jsdelivr.net/gh/mreinstein/math-gap/src/sign.js' import * as vec2 from 'https://cdn.jsdelivr.net/npm/gl-matrix@3.3.0/esm/vec2.js'