foragepm / forage

🎒 An IPFS-backed package manager proxy cache
MIT License
33 stars 6 forks source link

fixed SyntaxError: Unexpected token 'import' #110

Closed justicenode closed 3 years ago

justicenode commented 3 years ago

forage import used to fail with the following error message: SyntaxError: Unexpected token 'import'. Now it should no longer do this.

andrew commented 3 years ago

Good catch, thanks!