Skip to content

Commit a325da3

Browse files
committed
add note about version prop being moot atm
fixes bower/bower#1303
1 parent 81f5a84 commit a325da3

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

README.md

+6
Original file line numberDiff line numberDiff line change
@@ -27,13 +27,19 @@ Help users identify and search for your package with a brief description. Descri
2727

2828
### version
2929

30+
**Ignored by Bower as git tags are used instead.**
31+
32+
*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.*
33+
34+
<del>
3035
Type: `String`
3136

3237
The package's semantic version number.
3338

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

3844

3945
### main

0 commit comments

Comments
 (0)