ngnijland / typescript-todo-or-die-plugin

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Support versioning symbols in package.json

ngnijland opened this issue · comments

commented

Npm uses semantic versioning for their packages. To install a package you can apply rules to version numbers in your dependencies. We should support these rules in our when condition.

Here is a list of all the rules:
https://nodejs.dev/learn/semantic-versioning-using-npm

semver package can be used for this.