BlockMen / cme

Creatures MOB-Engine for Minetest
Other
18 stars 10 forks source link

Name in bower.json incompatible with Minetest Bower. #9

Closed diogogomes closed 7 years ago

diogogomes commented 8 years ago

The name in bower.json is incompatible with Bower/Minetest Bower.

Error when run bower update:

ECMDERR Failed to execute "git ls-remote --tags --heads Creatures MOB-Engine=https://github.com/BlockMen/cme.git", exit code of #128 fatal: I don't handle protocol 'Creatures MOB-Engine=https'

bower.json specification:

  • Must be unique.
  • Should be slug style for simplicity, consistency and compatibility. Example: unicorn-cake
  • Lowercase, a-z, can contain digits, 0-9, can contain dash or dot but not start/end with them.
  • Consecutive dashes or dots not allowed.
  • 50 characters or less.

### Bower.json name sugestion: creatures-mob-engine

diogogomes commented 8 years ago

I create a pull request (#8) with fix.