Mat Scales
76fcd341f6
Release 1.3.0
v1.3.0
2014-03-10 21:27:56 +00:00
Ahmad Nassri
cea53ddd1f
Remove Node 0.8 compatibility. Closes #1154
2014-03-06 16:33:48 +01:00
Sindre Sorhus
b723cf92e7
Merge pull request #1151 from eventualbuddha/fix-regex-typo
...
Fix a typo in the regex trying to understand the command.
2014-03-05 12:04:12 +01:00
Brian Donovan
3d7b9f60da
Fix a typo in the regex trying to understand the command.
...
This is almost certainly not trying to replace 's' characters in a command and is, instead, meant to check for nested properties on bower.commands that were not found in bower.abbreviations for some reason. The kicker is that bower.abbreviations already contains the full command names in addition to the shortened ones, so this code path ("Direct lookup") probably never actually results in finding anything and can probably safely be removed.
2014-03-04 15:38:46 -08:00
Sindre Sorhus
9aa6c2bd9f
Merge pull request #1137 from cvrebert/master
...
spelling fixes in changelog
2014-02-25 02:09:22 +01:00
Chris Rebert
4450cce0e9
spelling fixes in changelog
2014-02-24 14:35:36 -08:00
Paul Irish
523cd421b3
changelog update for permalink.
2014-02-24 14:05:01 -08:00
Paul Irish
88dbbe7bc3
changelog. master --> canary.
2014-02-24 14:03:51 -08:00
Renan Gonçalves
72578e49dd
update changelog #1122
2014-02-17 22:31:39 +01:00
Nicolas Gallagher
83f1edb9da
Move @necolas out of core team
2014-02-13 15:49:25 -08:00
Mat Scales
cb8b25da53
Merge pull request #1104 from SevInf/fix/circular
...
Allow circular dependencies to be installed
2014-02-11 10:44:58 +00:00
Mat Scales
c517b98bae
Merge pull request #1055 from ahmadnassri/master
...
Subversion Support
2014-02-10 13:22:39 +00:00
Mat Scales
d66876a9c9
Merge pull request #718 from cgross/install-hooks
...
scripts/hooks functionality added
2014-02-10 13:22:07 +00:00
Sergey Tatarintsev
ad31df09fb
Allow circular dependencies to be installed
2014-02-08 12:28:14 +02:00
Chris Gross
1831e507fe
scripts/hooks functionality added
2014-02-06 15:40:38 -05:00
Sindre Sorhus
b12a58632d
upgrade chalk
2014-02-06 19:25:03 +01:00
Sindre Sorhus
8442373be9
use is-root instead of sudo-block
...
since sudo-block isn't really used anyways
2014-02-06 19:13:55 +01:00
Sindre Sorhus
0f7a9e5a74
bump deps
2014-02-06 19:05:56 +01:00
André Cruz
74bce91db8
Merge pull request #1100 from chiester/wip-1099-clarifyConflictMessage
...
Clarify package conflict message displayed in console
2014-02-06 01:46:47 +00:00
Chris Hiester
469b74ffb3
Clarify package conflict message displayed in console
2014-02-05 20:23:46 -05:00
Sindre Sorhus
5dd0775737
Merge pull request #1098 from chiester/wip-1097-fixMisspelledMessage
...
Fix misspelled message showing in console
2014-02-06 00:09:00 +01:00
Chris Hiester
33ed5402f4
Fix misspelled message showing in console
...
Change "dependants" to "dependencies"
2014-02-05 16:40:44 -05:00
Sindre Sorhus
aa655dadc4
readme - new bower search url
2014-02-05 17:07:19 +01:00
Sindre Sorhus
0828025450
Merge pull request #1091 from lfender6445/bower_link_error_message_typos
...
fix error message
2014-02-04 11:30:57 -08:00
Sindre Sorhus
d9db3b695c
Merge pull request #1087 from gdi2290/grunt-tasks
...
add load-grunt-tasks
2014-02-04 11:27:42 -08:00
Luke Fender
c3e6199ecf
fix error message
2014-02-04 14:15:54 -05:00
gdi2290
926b9e0bfd
add load-grunt-tasks
2014-02-04 08:51:39 -08:00
André Cruz
05ba2ee2f2
Merge pull request #1062 from patrickkettner/dumb-http-fallback
...
add fallback support to dumb http servers
2014-02-04 01:25:58 -08:00
Paul Irish
cd865e0a0a
update copyright year
...
closes #1089
2014-02-03 22:13:38 -08:00
Patrick Kettner
08af876e01
add fallback support to dumb http servers
2014-02-03 22:32:07 -05:00
Mat Scales
a33fb05946
Merge pull request #1076 from neoziro/fix-cache-directory-reading
...
Fix reading versions from cache directory.
2014-02-03 13:32:31 -08:00
André Cruz
de52fa564b
Merge pull request #1085 from ahutchings/master
...
Cache output of GitFsResolver.refs and GitRemoteResolver.refs, fixes #1083
2014-02-03 13:27:17 -08:00
Sindre Sorhus
8e13d406d4
Merge pull request #1086 from gdi2290/patch-1
...
update copyright year
2014-02-03 03:58:06 -08:00
PatrickJS
504f738cff
update copyright year
2014-02-03 02:09:46 -08:00
Andrew Hutchings
fde7965bc9
Cache output of GitFsResolver.refs and GitRemoteResolver.refs, fixes #1083
2014-02-01 21:43:50 -05:00
Ahmad Nassri
a1154bf383
Merge remote-tracking branch 'upstream/master'
...
Conflicts:
README.md
2014-01-30 16:56:29 -05:00
Sindre Sorhus
c9cf6d157b
readme - remove sourcegraph badge. not needed
2014-01-29 12:39:34 +01:00
Mat Scales
ef2f637d01
Merge pull request #1074 from wibblymat/save-by-default
...
Added a .bowerrc option to make bower install assume --save (#1040 )
2014-01-28 04:07:37 -08:00
Greg Bergé
3dbddfba41
Fix reading versions from cache directory.
...
When we write into directory we use encodeURIComponent, but when we read, we did nothing. Now we use decodeURIComponent to read the correct version and match the correct cache directory.
2014-01-27 22:55:07 +01:00
Mat Scales
e6cb497d1a
Added a .bowerrc option to make bower install assume --save ( #1040 )
2014-01-27 21:00:57 +00:00
Mat Scales
703ac13185
Merge pull request #1073 from earnubs/patch-1
...
Update Team Meeting time to correct UTC
2014-01-27 12:59:32 -08:00
Stephen
a3e1c86953
Update Team Meeting time to correct UTC
2014-01-27 20:32:04 +00:00
Mat Scales
3d64222655
Merge pull request #1029 from sheerun/semver
...
Ignore prerelease versions if possible, fixes #1017
2014-01-20 13:52:41 -08:00
Paul Irish
5eb29fa99c
Update CONTRIBUTING.md
2014-01-20 13:44:06 -08:00
Paul Irish
84a24b76c7
bower team
2014-01-20 13:34:05 -08:00
Mat Scales
89c2a64008
Merge pull request #961 from sebastianseilund/version-command
...
Added bower version command, like npm version
2014-01-20 12:23:07 -08:00
Sebastian Seilund
c1f992b11f
Added bower version command
2014-01-20 11:29:14 -08:00
Ahmad Nassri
ea60442fd6
fixing failed travis test
2014-01-19 13:22:09 -05:00
Ahmad Nassri
d78c5fd7c2
Merge remote-tracking branch 'upstream/master'
2014-01-19 13:11:52 -05:00
Ahmad Nassri
3b98e4962a
final working version, with unit tests update README with examples
2014-01-19 13:09:49 -05:00