Commit Graph

460 Commits

Author SHA1 Message Date
Nicolas Gallagher
bbb33e6aa0 Merge pull request #299 from twitter/remove-grey-color
Remove use of `grey` from templates
2013-03-12 11:40:48 -07:00
Sindre Sorhus
5d4981e7b7 Merge pull request #306 from pborreli/typos
Fixed typos
2013-03-12 03:36:12 -07:00
Pascal Borreli
66773e129b Fixed typos 2013-03-12 09:28:15 +00:00
André Cruz
b8854771d8 Merge branch 'master' of github.com:twitter/bower 2013-03-11 19:42:35 +00:00
André Cruz
56b59da0cf Add space to the read json error message. 2013-03-11 19:42:22 +00:00
Nicolas Gallagher
a5852b101b Remove use of grey from templates
This is a long standing issue where the `grey` color from the `colors`
package is invisible in some terminal color schemes, most notably
Solarized Dark.

The changeset also replaces `console.log()` with
`process.stdout.write()` in the main `bower` bin file. This is because
some of the mustache templates didn't have a new line at the end of the
file (something that most editors will automatically insert). Now they
all consistently have an EOF new line. But `console.log()` adds a
trailing new line, so switch to `process.stdout.write()`.
2013-03-10 18:31:57 -07:00
Nicolas Gallagher
986bea25a6 List Bower commands alphabetically in help 2013-03-10 18:02:16 -07:00
Nicolas Gallagher
d2413f03d9 Minor README fixes 2013-03-09 21:44:39 -08:00
Sindre Sorhus
d1dc1564f3 Merge pull request #295 from minitech/master
Brackets should be braces in README
2013-03-09 11:26:04 -08:00
Ryan O’Hara
3ac5bf57fd Updated brackets to braces in README so that it makes sense. 2013-03-09 11:17:32 -08:00
André Cruz
b76357eb72 Merge branch 'master' of github.com:twitter/bower 2013-03-04 22:31:48 +00:00
André Cruz
d31b6c527f Wait for every package to resolve before printing error message and end instal/update command, #290. 2013-03-04 22:31:35 +00:00
André Cruz
c212028311 Merge pull request #289 from twitter/list-sources-non-main
fix list --source listing non-main sources
2013-03-04 13:31:45 -08:00
André Cruz
6d6b6e891b Merge branch '0.8.x' of github.com:twitter/bower 2013-03-04 01:58:55 +00:00
André Cruz
c71e77d13a Changelog CS. 2013-03-04 01:58:05 +00:00
André Cruz
4d63bddaef Merge branch '0.8.x' of github.com:twitter/bower
Conflicts:
	CHANGELOG.md
2013-03-04 01:57:32 +00:00
André Cruz
a27cc6ffa7 Bump version. v0.8.5 2013-03-04 01:53:31 +00:00
André Cruz
7e69be8c0d Do not clear completion if cache-clean command was called with specific packages. 2013-03-04 01:49:45 +00:00
André Cruz
582b6f41a2 Print error message when parsing invalid JSON. 2013-03-04 01:49:11 +00:00
David DeSandro
deb4855598 fix list --source listing non-main sources 2013-03-02 10:31:48 -05:00
André Cruz
81a80c68fe Merge branch '0.8.x' of github.com:twitter/bower
Conflicts:
	CHANGELOG.md
2013-03-01 11:51:45 +00:00
André Cruz
8b03585d26 Bump version. v0.8.4 2013-03-01 11:48:34 +00:00
André Cruz
482b1c8f4c Unnecessary comment. 2013-03-01 11:46:07 +00:00
André Cruz
f5d19d43d4 Preserve trailing new line when saving component.json, closes #285. 2013-03-01 11:36:18 +00:00
André Cruz
d204f7635c Fix some more errors with duplicate callbacks being called, #274. 2013-03-01 10:48:26 +00:00
André Cruz
cf42f33c69 Update change log. 2013-03-01 10:10:11 +00:00
André Cruz
bcc96cfec3 CS. 2013-02-28 01:25:26 +00:00
Jonathan Barnett @indieisaconcept
339831a1ed Close GH-278: Added support for user defined git shorthand. 2013-02-28 01:21:17 +00:00
André Cruz
64bfbb0133 Bump version. v0.8.3 2013-02-27 10:09:19 +00:00
André Cruz
53ad952476 Oops, little typo, #282. 2013-02-27 10:06:39 +00:00
André Cruz
39364ee9a6 Fix read of endpoint in update command, closes #282. 2013-02-27 10:05:16 +00:00
André Cruz
969e6501cb Merge branch 'master' of github.com:twitter/bower 2013-02-26 21:11:12 +00:00
André Cruz
0a78217136 Unnecessary clean calls in the list tests. 2013-02-26 21:10:51 +00:00
André Cruz
ed5e903eb4 Typo. 2013-02-26 21:06:53 +00:00
André Cruz
4876ccb010 Bump version. v0.8.2 2013-02-26 20:58:51 +00:00
André Cruz
e20e50514a Prevent duplicate package name in error summary, closes #277. 2013-02-26 20:54:15 +00:00
André Cruz
76b3a1c11f Fix small issues related with windows, #274.
- Downgraded rimraf to ~2.0.3
- Fix some issues with the tests (install and list tests)
- Fix some more errors with callbacks being fired twice
2013-02-26 20:36:45 +00:00
André Cruz
c0a90f78b8 Typo in test. 2013-02-26 00:08:41 +00:00
André Cruz
b0f1f7156c Bump version. v0.8.1 2013-02-25 23:39:51 +00:00
André Cruz
d4ada06724 Fix some async callbacks to be fired twice, closes #274. 2013-02-24 20:04:03 +00:00
André Cruz
129512b82e Update list of contributors. 2013-02-24 16:33:34 +00:00
André Cruz
16e236831d Bump version. v0.8.0 2013-02-24 16:20:13 +00:00
André Cruz
80c12b3e5f Add --save-dev also to the uninstall command. 2013-02-24 13:46:34 +00:00
André Cruz
eb1e4982d5 Safely update some deeps to their latest version, remove vows dep. 2013-02-24 12:42:52 +00:00
André Cruz
7a4e76d720 Update install command help, update change log. 2013-02-24 12:28:23 +00:00
André Cruz
9d42e8646a Little fix in the install tests, closes #258. 2013-02-24 12:18:07 +00:00
André Cruz
dcdd8c5a7f Add end event test to the cache-clean. 2013-02-24 12:17:29 +00:00
André Cruz
43561efb3b Add tests for install command, #258. 2013-02-24 12:11:01 +00:00
André Cruz
82ae977ba6 Only fire end event when end saving reps to the component,json, #258. 2013-02-24 12:10:05 +00:00
André Cruz
1f247704ff Fix typo, closes #270. 2013-02-24 10:50:51 +00:00