Skip to content

Commit

Permalink
add note about version prop being moot atm
Browse files Browse the repository at this point in the history
  • Loading branch information
sindresorhus committed Jun 3, 2014
1 parent 81f5a84 commit a325da3
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,13 +27,19 @@ Help users identify and search for your package with a brief description. Descri

### version

**Ignored by Bower as git tags are used instead.**

*Intended to be used in the future when Bower gets a real registry where you can publish actual packages, but for now just leave it out.*

<del>
Type: `String`

The package's semantic version number.

* Must be a [semantic version](http://semver.org) parseable by [node-semver](https://github.com/isaacs/node-semver).
* If publishing a folder, the version must be higher than the version stored in the registry, when republishing.
* Version should only be required if you are not using git tags.
</del>


### main
Expand Down

4 comments on commit a325da3

@sheerun
Copy link
Contributor

@sheerun sheerun commented on a325da3 Jun 8, 2014

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

👍

@ljazzy
Copy link

@ljazzy ljazzy commented on a325da3 Jul 3, 2015

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

bower install bootstrap --save
bower cloning git://github.com/twbs/bootstrap.git
bower caching git://github.com/twbs/bootstrap.git
bower fetching bootstrap
bower checking out bootstrap#v3.3.5
bower error no version

There were errors, here's a summary of them:

  • bootstrap no version
    An error was caught when reading the bower.json: no version

@redyanwillin
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

m

@brunowego
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

👍

Please sign in to comment.