We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
version
1 parent 81f5a84 commit a325da3Copy full SHA for a325da3
README.md
@@ -27,13 +27,19 @@ Help users identify and search for your package with a brief description. Descri
27
28
### version
29
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>
35
Type: `String`
36
37
The package's semantic version number.
38
39
* Must be a [semantic version](http://semver.org) parseable by [node-semver](https://github.com/isaacs/node-semver).
40
* If publishing a folder, the version must be higher than the version stored in the registry, when republishing.
41
* Version should only be required if you are not using git tags.
42
+</del>
43
44
45
### main
0 commit comments