From a325da3d79baab018c572d75dc1781b12322f6cd Mon Sep 17 00:00:00 2001 From: Sindre Sorhus Date: Tue, 3 Jun 2014 21:04:42 +0200 Subject: [PATCH] add note about `version` prop being moot atm fixes bower/bower#1303 --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index 55f0d9f..6a6afcc 100644 --- a/README.md +++ b/README.md @@ -27,6 +27,11 @@ 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.* + + Type: `String` The package's semantic version number. @@ -34,6 +39,7 @@ 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. + ### main