Skip to content
This repository has been archived by the owner on Apr 11, 2023. It is now read-only.

Fix bower package name and version #239

Open
wants to merge 4 commits into
base: development
Choose a base branch
from

Conversation

gronke
Copy link

@gronke gronke commented Nov 11, 2015

fixes #151, #152 and #201

  • BowerJson Spec recommends (not enforces) all letters in a package name to be lowercase. The package is already registred as such.
  • Package Version in bower.json differed from release version (will need force-push of the release tag)
  • add ignore property to bower.json

Warnings that Bower throws installing the jaydata package

bower jaydata#~1.3.6   mismatch Version declared in the json (1.3.5) is different than the resolved one (1.3.6)
bower jaydata#~1.3.6   invalid-meta JayData is missing "ignore" entry in bower.json
bower jaydata#~1.3.6   resolved git://github.com/jaydata/jaydata.git#1.3.6

@Malyngo
Copy link
Contributor

Malyngo commented Nov 13, 2015

👍

1 similar comment
@Deunkel
Copy link

Deunkel commented Nov 22, 2015

👍

@gronke
Copy link
Author

gronke commented Mar 1, 2016

@borzav may I ask you to look into this? Would love get this errors out of some build logs.

@gronke gronke force-pushed the fix-bower-package-name-and-version branch from 73ebacc to dd93057 Compare March 1, 2016 12:18
@gronke gronke force-pushed the fix-bower-package-name-and-version branch from dd93057 to 01324f4 Compare September 19, 2016 15:27
@gronke
Copy link
Author

gronke commented Sep 19, 2016

Branch rebased and version updated. Would 💚 to see the errors in CI runners disappear.

# for free to subscribe to this conversation on GitHub. Already have an account? #.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[enhancement] Add missing bower.json.
3 participants