biojs / generator-biojs-webcomponents

Generate all the boilerplate for your next BioJS tool!
http://training.biojs.net
MIT License
9 stars 2 forks source link

Check for "latest" keyword should be case insensitive #38

Open sarthak-sehgal opened 4 years ago

sarthak-sehgal commented 4 years ago

Description

If the user wants to load the latest version, he/she has to type "latest" (also the default). The check is currently case insensitive, i.e., entering "Latest" throws an error.

Steps to Reproduce

Enter version as "Latest"

Expected Behaviour

The check should be case insensitive

Settings