File tree Expand file tree Collapse file tree 1 file changed +6
-0
lines changed Expand file tree Collapse file tree 1 file changed +6
-0
lines changed Original file line number Diff line number Diff line change @@ -27,13 +27,19 @@ Help users identify and search for your package with a brief description. Descri
27
27
28
28
### version
29
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 >
30
35
Type: ` String `
31
36
32
37
The package's semantic version number.
33
38
34
39
* Must be a [ semantic version] ( http://semver.org ) parseable by [ node-semver] ( https://github.com/isaacs/node-semver ) .
35
40
* If publishing a folder, the version must be higher than the version stored in the registry, when republishing.
36
41
* Version should only be required if you are not using git tags.
42
+ </del >
37
43
38
44
39
45
### main
You can’t perform that action at this time.
0 commit comments