`version` is currently a moot prop since git tags are used instead. More info at https://github.com/bower/bower.json-spec/commit/a325da3.
Due to eslint changes, pre-commit hook was failing to locate version in mustache.js due to code using single quotes now, therefore "X.X.X" was not longer matching, and had to be changed to 'X.X.X'.