Jon Koops
Jon Koops
This issue is a continuation of https://github.com/eirslett/frontend-maven-plugin/issues/641. I would like to request it to made possible for versions tags such as `latest-v0.12.x` or `latest-erbium` to be specified. This would be...
Right now we are exporting the types that are used from the root of the library as `export { types }`, meaning that you can import them and use them...
The `tape` dependency was outdated, this brings it to the latest version.
Adds a [Dependabot](https://docs.github.com/en/code-security/supply-chain-security/managing-vulnerabilities-in-your-projects-dependencies/configuring-dependabot-security-updates) configuration to automatically keep dependencies up-to-date.
Uses the [`files`](https://docs.npmjs.com/cli/v8/configuring-npm/package-json#files) field to describe which files need to be included in the package explicitly. This prevents files from accidentally slipping into the package as they are added to...
Allows running the continuous integration on Github Actions instead of Travis (which is broken at the moment). Added benefit is that forks can use the same configuration to run CI...
Removes the need to compile and check in new code every time a new version is released.