Ikko Ashimine
537b9b4558
Fix typo in Project.js ( #2597 )
...
propery -> property
2021-06-08 10:05:45 +02:00
Adam Stankiewicz
6bc778df32
Format with prettier ( #2510 )
2018-03-28 19:28:43 +02:00
Ali MoezGholami
cba4b2a4cd
Allow for removing components with url instead of name ( #2368 )
2016-11-07 01:48:41 +01:00
Oskar Cieślik
343e6ac8bc
Implement postuninstall hooks with tests ( #2252 )
2016-04-14 15:02:07 +02:00
Adam Stankiewicz
12d41aeb8c
Warn instead of erroring for invalida package names, #2233
2016-04-05 13:34:06 +02:00
Adam Stankiewicz
46655b7c4e
Final .eslintrc configuration
2016-03-31 19:27:12 +02:00
Adam Stankiewicz
53eeca97d3
Use eslint instead jscs
2016-03-31 00:27:17 +02:00
blcook223
394dd7c8d2
add support for save and save-exact in .bowerrc
...
The install command now supports designating "save" and "save-exact"
values in .bowerrc. If the `--save` flag is not used, but the config
file sets "save" to true, the command will behave as if the `--save`
option was specified. The same is true of `--save-exact` if
"save-exact" is set to true in `.bowerrc`.
The uninstall command will also behave as if the `--save` flag had
been specified if "save" is set to true in `.bowerrc`.
2016-01-28 21:10:17 -06:00
Stefan Grönke
5384fa54b1
refactor, address feedback and add more unit tests
2016-01-05 05:23:19 +01:00
Stefan Grönke
2110148830
support absolute path in .bowerrc 'directory' option
...
fixes #1914
2016-01-04 01:46:53 +01:00
Adam Stankiewicz
88758cd98c
Revert "Add bower update --save functionality"
...
This reverts commit d2ba80e6e9 .
2015-12-11 21:33:45 +01:00
Adam Stankiewicz
3bd2d62e67
Revert "Add failing tests for single package updates, optimize older tests"
...
This reverts commit 6616d09f47 .
2015-12-11 21:32:47 +01:00
Adam Stankiewicz
d3eef5772a
Revert "Only update packages requested by the user"
...
This reverts commit e3f402fc66 .
2015-12-11 21:25:15 +01:00
Chris Contolini
e3f402fc66
Only update packages requested by the user
2015-12-02 14:10:28 -05:00
Chris Contolini
6616d09f47
Add failing tests for single package updates, optimize older tests
2015-12-02 14:10:28 -05:00
Adam Stankiewicz
12258324d3
More code style rules to enforce
2015-11-30 11:06:57 +01:00
Chris Contolini
d2ba80e6e9
Add bower update --save functionality
2015-11-28 05:40:24 -05:00
Adam Stankiewicz
df8e5a16be
Fix readdir call on Windows
...
Sometimes it return ENOENT instead of ENODIR for normal files.
This broke code paths in few places. Also, see:
https://github.com/isaacs/chmodr/pull/8
2015-10-14 16:09:38 +02:00
Adam Stankiewicz
99105fbb57
Try chmod 777 + rimraf as fallback on rimraf in all places
2015-10-14 12:50:41 +02:00
Adam Stankiewicz
ffde6bd228
Remove version generation from "bower init" command, closes #1343
2015-09-28 17:07:29 +02:00
JD Isaacks
498fe84b99
Use values from package.json as defaults if exists
2015-09-27 19:39:46 +02:00
Adam Stankiewicz
bf23d81c9e
Update bower-config and fix tests for ignoreDependenies
2015-09-27 18:18:11 +02:00
Thomas Walpole
2ccc05cb98
get ignoredDependencies from .bowerrc instead of bower.json
2015-09-27 12:27:39 +02:00
SignalDancer
4805c3615b
Allow Ignore For Child Dependencies
...
Fix for bug #927 . Ignore package if name matches specified in bower.json.
Permit fetch if package is explicitly declared in dependencies or devDependencies.
Designed for users who need tighter control of versions due to corporate liscence restrictions or other reasons.
Code Review Comments
2015-09-27 12:27:38 +02:00
Adam Stankiewicz
87a041a212
Fix --save-exact feature for github endpoints, fixes #1925
2015-09-24 13:34:49 +02:00
Adam Stankiewicz
9c52ec2751
Revert "Auto-sort bower.json dependencies alphabetically, fixes #1373 "
...
This reverts commit 9dd79a8061 .
2015-09-24 11:06:55 +02:00
Sindre Sorhus
490f63a838
modularize the MD5 util function
2015-09-03 11:00:38 +07:00
insanehong
9dd79a8061
Auto-sort bower.json dependencies alphabetically, fixes #1373
2015-04-14 00:06:13 +02:00
Alexander Gugel
2f6d680b6c
Add --save-exact flag
2015-01-11 17:12:19 +01:00
Laurent Goderre
ef237fc521
Added the missing install command to the update task
...
Fixes #1518
2014-09-16 16:23:25 -04:00
Adam Stankiewicz
32356f23d3
Run posthook after saving bower.json, fixes #1471
2014-09-07 19:14:30 +02:00
Adam Stankiewicz
06a8f2afab
Read .bowerrc from specified cwd, fixes #1301
2014-09-06 02:38:40 +02:00
Vladimir Alaev
83f4b7b699
Fix callstack error when processing installed packages with circular dependencies
2014-07-04 12:53:50 +01:00
insanehong
9b81ddf4d5
It should shows an error when bower install failed, fixes #922
...
- reason no bower.json in current directory
2014-07-03 15:10:38 +01:00
Adam Stankiewicz
1d24e82276
[ #931 ] Make --force always re-run installation
2014-06-21 00:33:51 +02:00
Adam Stankiewicz
e42d3d5620
[ #1329 ] Check if pkgMeta is undefined
2014-06-20 21:57:41 +02:00
Mat Scales
23fbbb5191
Resolve a situation in which the install process gets into an infinite loop
2014-05-20 14:46:41 +01:00
Chris Hiester
bda5312917
clarified uniinstall warning message
...
improved uninstall message
edits to uninstall message
revisions per conversation with core team
fixed lint errors
reverted mode changes
reverted test.js mode change
2014-04-11 12:35:28 -04:00
André Cruz
7120ad5014
Merge branch 'master' of github.com:bower/bower into link-install-deps
2014-03-25 11:51:40 +00:00
Christian Schmidt
9749a398c0
Add --production switch to "prune" command
2014-03-12 18:38:17 +01:00
Chris Gross
1831e507fe
scripts/hooks functionality added
2014-02-06 15:40:38 -05:00
André Cruz
194a09f21d
Some fixes.
2013-09-30 18:25:54 +01:00
André Cruz
b87b8ea931
Install linked package dependencies, closes #673 .
...
Also add a "unlink" alias to "uninstall".
2013-09-30 02:33:06 +01:00
André Cruz
eb9dcce30b
Close GH-819: Fix resolutions not working properly when resolving to branches, closes #818.. Fixes #818
2013-08-28 21:22:18 +01:00
André Cruz
107ce78b12
Doc typo.
2013-08-23 23:23:03 +01:00
André Cruz
3d64b16227
Fix extraneous being incorrectly set for saved dev dependencies in some cases.
2013-08-22 13:07:03 +01:00
André Cruz
430dc04b09
Add another missing default value for confirm prompt.
2013-08-20 00:53:10 +01:00
André Cruz
c6a370309d
Project install now accepts decomposed endpoints instead of endpoints.
2013-08-19 19:38:30 +01:00
Andre Cruz
9fa08fee99
Close GH-797: Decoupled prompting from the inner architecture.. Fixes #645
2013-08-19 01:16:19 +01:00
Andre Cruz
72e6e61970
Close GH-795: Ignore file symlinks when reading project, fixes #791 and #783.. Fixes #791 , Fixes #783
2013-08-17 22:39:59 +01:00