gubi / HTTP-Status-Codes

Just a collection of common HTTP Status codes
1 stars 0 forks source link

Package name causes ENOTFOUND when running bower list #1

Open jonmann20 opened 6 years ago

jonmann20 commented 6 years ago

Hello, thanks for the simple package. Unfortunately, the package name causes issues due to having spaces in the name.

Ideally this would be named: http-status-codes. This also avoids having to worry about directories with spaces in the name.

jonmann20 commented 6 years ago

Also adding a version in the releases may help with bower.json config

gubi commented 6 years ago

Hi, thanks for using this package. I updated the bower.json name (c841a15e987d39becec379d551a4277bfbb0b080) but a "version" line is unnecessary because deprecated and ignored by Bower*. Perhaps a package.json is better?

Note Bower specs: https://github.com/bower/spec/blob/master/json.md#version

jonmann20 commented 6 years ago

Thanks, was not aware the version field for Bower was deprecated and now ignored. Yes, npm module would be better in general since it seems that Bower in general is deprecated these days.