Commit Graph

322 Commits

Author SHA1 Message Date
André Cruz
df19dbc0de Minor bug. 2013-07-04 23:16:39 +01:00
André Cruz
3b3e64e752 Implement removal of invalid links in the cache clean command. 2013-07-04 23:09:24 +01:00
André Cruz
008b807803 Fix json endpoints parsing in some edge cases. 2013-07-03 16:26:03 +01:00
André Cruz
08b53410b4 Add console.trace back again to complement errors. 2013-07-03 16:25:32 +01:00
André Cruz
ce06b2cb18 Fix accessing prop if undefined. 2013-07-03 16:25:04 +01:00
André Cruz
d4d5a04487 Fix bug with the cache clean command. 2013-07-03 16:22:43 +01:00
André Cruz
92d98c8d59 Show latest versions always. 2013-07-03 14:41:20 +01:00
André Cruz
7becb19da4 Implement check of newer versions in the list command.
Also:
- Fix some errors not being emitted when a command failed.
- Update semver module; no need to check .valid against null.
2013-07-03 14:37:28 +01:00
André Cruz
deee654426 Forgot to inherit static methods. 2013-07-03 14:31:41 +01:00
André Cruz
552fd52bd5 Fix parallel usage of .versions in the git resolver. 2013-07-03 14:31:15 +01:00
André Cruz
f58fb3e556 Doc typo. 2013-07-03 14:29:57 +01:00
André Cruz
561bc42259 Show stack trace if errors comes from node. 2013-07-02 13:29:10 +01:00
André Cruz
3e4ca5ceb9 Fix json to decomposed endpoint transformation. 2013-07-01 23:49:18 +01:00
André Cruz
81b53112c1 Implement command abbreviations. 2013-07-01 20:41:20 +01:00
André Cruz
fe1a635c14 Switch to graceful-fs. 2013-07-01 20:31:28 +01:00
André Cruz
521e6033a2 Improve conflict sentence. 2013-07-01 20:30:03 +01:00
André Cruz
37a0e733ad Minor doc typo. 2013-06-29 01:16:58 +01:00
André Cruz
b3005eeec7 Merge branch 'rewrite' of github.com:bower/bower into rewrite 2013-06-28 23:52:49 +01:00
André Cruz
b21bfda7f6 Expose link command functions. 2013-06-28 23:52:40 +01:00
André Cruz
a2f9662a99 Wrong doc placement. 2013-06-28 23:50:03 +01:00
André Cruz
274254b12e Move to wiki. 2013-06-28 23:25:27 +01:00
André Cruz
087e17511c Oops. 2013-06-28 23:19:34 +01:00
André Cruz
139e868cce Improve sentence. 2013-06-28 23:14:36 +01:00
André Cruz
b6ec84e94d CS. 2013-06-28 23:12:10 +01:00
André Cruz
2b09392261 Update notes and add state of the rewrite. 2013-06-28 23:06:40 +01:00
André Cruz
2132384736 Add small note. 2013-06-28 23:05:43 +01:00
André Cruz
8798f467e1 Fix incompatibles filtering. 2013-06-28 23:04:50 +01:00
André Cruz
3204bcb7a0 Oops, typo. 2013-06-28 07:37:21 +01:00
André Cruz
645a5206ec Fix error caused by the recent semver upgrade. 2013-06-28 00:10:05 +01:00
André Cruz
28baf4de5e Use err.stack, integrates better with Q. 2013-06-27 23:42:57 +01:00
André Cruz
04ddcd9489 Remove useless log. 2013-06-27 23:42:18 +01:00
André Cruz
a82f392cac Fix uninstall always giving conflict, even if the only dependant is the root package. 2013-06-27 23:41:50 +01:00
André Cruz
15d308864c Fixed --save and --save-dev on named endpoints. 2013-06-25 23:08:47 +01:00
André Cruz
9af3a0d725 Read only dependencies of deep dependencies (not dev dependencies). 2013-06-25 22:43:50 +01:00
André Cruz
d2494fb97d Allow latest targets, map to '*'- 2013-06-25 22:25:48 +01:00
André Cruz
c32ef61d3a Fix dev dependencies not being fetched. 2013-06-25 22:25:22 +01:00
André Cruz
6020d06038 Move root flag to a more appropriate place. 2013-06-25 21:19:46 +01:00
André Cruz
b2b1b1cb47 Do not throw err if components folder do not exist. 2013-06-25 21:08:41 +01:00
André Cruz
023a605cad Fix paths shorthand in the list command usage. 2013-06-25 21:07:57 +01:00
André Cruz
a61e31f646 Use String.prototype.trim instead of mout's one. 2013-06-25 00:26:06 +01:00
André Cruz
0361436a66 Fix extraneous packages not containing the linked flag even if they are linked. 2013-06-25 00:22:25 +01:00
André Cruz
c800670f39 Add link command help, tweak some other usage helps. 2013-06-25 00:17:56 +01:00
André Cruz
7fa42cbdd3 Fix extra keys being set even if they are undefined. 2013-06-25 00:16:06 +01:00
André Cruz
f3f39e283e Fix link command not using local name if specified. 2013-06-24 23:42:12 +01:00
André Cruz
c9e1159c42 Merge branch 'rewrite' of github.com:bower/bower into rewrite 2013-06-24 23:20:28 +01:00
André Cruz
f9f8f7aebd Implement link command.
Also:
- CS fixes
- Remove options argument from commands that do not have them
- Use console.trace instead of err.stack (more reliable)
2013-06-24 23:19:59 +01:00
André Cruz
ee3941b86a Do not prompt to confirm registration if --force is used. 2013-06-24 23:17:47 +01:00
André Cruz
f9499e4b2f Tweak info usage. 2013-06-24 23:17:09 +01:00
Sindre Sorhus
870d57bfa5 Use single-quotes in bower info 2013-06-23 22:03:04 +02:00
André Cruz
a02f26f0eb Add register command, CS fixes. 2013-06-23 17:48:45 +01:00