motoko 3.9.2 → 3.9.4

Sign up to get free protection for your applications and to get access to all the features.
package/src/package.ts CHANGED
@@ -1,7 +1,6 @@
1
1
  // Derived from: https://github.com/dfinity/motoko-playground/blob/main/src/workers/file.ts
2
2
 
3
- // @ts-ignore
4
- import { default as parse } from 'isomorphic-parse-github-url';
3
+ import { default as parse } from 'parse-github-url';
5
4
  import fetch from 'cross-fetch';
6
5
  import { Motoko } from '.';
7
6
  import sanitize from 'sanitize-filename';