Skip to content

Commit

Permalink
update math external deps to point at new location
Browse files Browse the repository at this point in the history
  • Loading branch information
Mike Reinstein committed May 26, 2020
1 parent 810e90d commit ce21754
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions 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'


Expand Down

0 comments on commit ce21754

Please sign in to comment.