Description
When updating Alloy build, the wrong version downloaded. I had 1.5.0-beta
To reproduce
1. Run
sudo npm install -g git://github.com/appcelerator/alloy.git#1_5_X
2. Check Alloy version
alloy -v
Actual result
```
oromero$ sudo npm install -g git://github.com/appcelerator/alloy.git#1_5_X
Password:
/usr/local/bin/alloy -> /usr/local/lib/node_modules/alloy/bin/alloy
alloy@1.5.0-alpha /usr/local/lib/node_modules/alloy
├── colors@0.6.0-1
├── commander@0.6.1
├── pkginfo@0.2.2
├── wrench@1.3.9
├── xmldom@0.1.19
├── node.extend@1.0.10 (is@0.3.0)
├── source-map@0.1.9 (amdefine@0.1.0)
├── xml2tss@0.0.5 (xml2js@0.2.8)
├── moment@2.7.0
├── uglify-js@2.4.15 (uglify-to-browserify@1.0.2, async@0.2.10, source-map@0.1.34, optimist@0.3.7)
└── jsonlint@1.5.1 (JSV@4.0.2, nomnom@1.8.0)
Olgas-MacBook-Pro:titanium_mobile_tests_internal oromero$ alloy -v
1.5.0-alpha
Typo in the install command
oromero$ alloy -v 1.5.0-beta Olgas-MacBook-Pro:titanium_mobile_tests_internal oromero$ sudo npm install -g git://github.com/appcelerator/alloy.git#1_5_X /usr/local/bin/alloy -> /usr/local/lib/node_modules/alloy/bin/alloy alloy@1.5.0-alpha /usr/local/lib/node_modules/alloy ├── colors@0.6.0-1 ├── commander@0.6.1 ├── wrench@1.3.9 ├── pkginfo@0.2.2 ├── xmldom@0.1.19 ├── node.extend@1.0.10 (is@0.3.0) ├── source-map@0.1.9 (amdefine@0.1.0) ├── moment@2.7.0 ├── uglify-js@2.4.15 (uglify-to-browserify@1.0.2, async@0.2.10, source-map@0.1.34, optimist@0.3.7) ├── xml2tss@0.0.5 (xml2js@0.2.8) └── jsonlint@1.5.1 (JSV@4.0.2, nomnom@1.8.0) Olgas-MacBook-Pro:titanium_mobile_tests_internal oromero$ alloy -v 1.5.0-alpha
There is a mismatch in the original version created by Tim and I have updated the tag 1.5.0-beta with the correct version. However, the changes are now pushed to 1_5_X branch as well.