inispinia
theme. And my theme will be based on it.
src/inspinia/
instead of src/sass
bower register my-package https://github.com/user/my-package.git
(it's public repository). Registration was successful. And command bower info my-package
gives me information about the package. And command bower install my-package
successfully install the package. And https://registry.bower.io/packages/my-package successfully gives me information in JSON. Why is the package not being searched in https://bower.io/search/ ?
Hello everyone! :wave:
I am recieving an error that I don't understand why is happening:
default: bower tipsy#~1.0.0a ENORESTARGET Tag/branch ~1.0.0a does not exist
default:
default: Additional error details:
default: Available tags: v0.1.3, v0.1.4, v0.1.5, v0.1.6, v0.1.7, v1.0.0a
So basically I am updating a project, and saw this dependency that was:
"tipsy": "~0.1.7",
And updated it to:
"tipsy": "~1.0.0a",
Could anyone please help me? What is the correct way to specify this version in the bower.json file? Thaks!
v1.0.0a
is an available tag, but I dont understand how I should be specifing it in the config file