aboutsummaryrefslogtreecommitdiffstats
path: root/package-lock.json
AgeCommit message (Collapse)Author
2020-03-15Bump acorn from 6.1.1 to 6.4.1dependabot[bot]
Bumps [acorn](https://github.com/acornjs/acorn) from 6.1.1 to 6.4.1. - [Release notes](https://github.com/acornjs/acorn/releases) - [Commits](https://github.com/acornjs/acorn/compare/6.1.1...6.4.1) Signed-off-by: dependabot[bot] <support@github.com>
2019-05-01package.json: Add 'browserify'Teddy Wing
Try using Browserify to package our modules into a single file instead of trying to rely on the Typescript compiler.
2019-05-01Add Typescript dependencyTeddy Wing