Adam Stankiewicz
f2884656c0
Merge pull request #2196 from prometheansacrifice/handlebars-vulnerability
...
Handlebars vulnerability
2016-03-06 01:17:19 +01:00
Manas
6fff6fa707
Upgrades handlebars to 4.0.5 to address #2195
...
Adds test for template util methods
Upgrades handlebars
Fixes RangeError due to `length` attribute in rpad helper
2016-03-06 01:37:20 +05:30
Ben
1357f63a1b
Merge pull request #2191 from nirajkaushal/master
...
Update: Copyright Year from 2015 to 2016
2016-02-29 09:23:52 +01:00
Niraj Kaushal
529d702959
Update Copyright Year from 2015 to 2016
...
This commit will change copyright year from 2015 to current year(2016)
2016-02-29 11:13:06 +05:30
Ben
0155a70457
Merge pull request #2186 from yash14123/master
...
Changelog is still in 2015
2016-02-24 11:37:21 +01:00
yash14123
a6ca2ae9bb
Changelog is still in 2015
2016-02-24 05:34:44 +05:30
Adam Stankiewicz
78e443db0a
Merge pull request #2177 from oliamb/eslintrc-indent
...
[eslint] fix indentation to 4 spaces
2016-02-17 15:59:54 +01:00
Sivakumar Kailasam
5f24eab32d
Merge pull request #2175 from sivakumar-kailasam/bowerrc-placeholder-replacement-fix
...
Replace all occurrences of % character in hook commands.
2016-02-17 13:27:12 +05:30
Olivier Amblet
f4620b28ab
[eslint] fix indentation to 4 spaces
...
Changed the indentation from 2 to 4 spaces in .eslintrc files.
All the code is using this convention and .jscsrc already define 4 as
the right value.
2016-02-16 23:22:46 +01:00
Sivakumar Kailasam
9f4c2384ea
Replace all occurrences of % character in hook commands.
...
Fixes #2174 % character replaced once in .bowerrc scripts
2016-02-15 20:34:01 +05:30
Adam Stankiewicz
e85a5f778f
Update opn package to 4.0.0, fixes #2169
2016-02-13 21:41:35 +01:00
Adam Stankiewicz
5283a132bc
Add name check that reflects reality
2016-02-10 04:33:26 +01:00
Adam Stankiewicz
db1453f7c0
Add findSync and readSync to the README
2016-02-10 02:55:24 +01:00
Adam Stankiewicz
878a228a7d
Fix linting error
2016-02-10 02:44:53 +01:00
Adam Stankiewicz
b33041c3ec
[test] Remove unnecessary check
2016-02-10 02:42:33 +01:00
Stefan Grönke
c8a6ff38a0
test validation against all registred packages
2016-02-10 02:38:55 +01:00
Adam Stankiewicz
573b84f7f4
Update bower-json to 0.7.0
2016-02-10 02:34:30 +01:00
Adam Stankiewicz
ef67955c21
Bump to 0.7.0
2016-02-10 02:22:34 +01:00
Adam Stankiewicz
36a14b9b37
Add getIssues function and make validate less restrictive
2016-02-10 01:54:31 +01:00
Adam Stankiewicz
96d986f436
Merge pull request #2161 from blcook223/feature/save-bowerrc-config
...
add support for save and save-exact in .bowerrc
2016-01-29 12:27:44 +01: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
Adam Stankiewicz
6c67d07cc8
Add missing lib/bin/bower.js file
v1.7.7
2016-01-27 15:37:13 +01:00
Adam Stankiewicz
cd7bbab310
Bump to 1.7.7
2016-01-27 15:05:27 +01:00
Adam Stankiewicz
4b4a854ed8
Restore directory structure for published bower
...
It's because people are depending on internals of bower, like
"bower/lib/renderers/StandardRenderer"
Instead we move templates and bin to lib directory and leave
paths intact. Additionally we alias bin/bower to lib/bin/bower.
2016-01-27 14:47:18 +01:00
Adam Stankiewicz
8194bcb4c6
Revert bin/bower location and bump to 1.7.6
v1.7.6
2016-01-27 12:06:48 +01:00
Adam Stankiewicz
e5d478a1cc
Bump to 1.7.5 and update changelog
2016-01-26 22:35:22 +01:00
Adam Stankiewicz
bbaaee67a1
Update publishing script to bundle all modules
v1.7.5
2016-01-25 22:57:07 +01:00
Adam Stankiewicz
ad27112b58
Do not assume package.json location
2016-01-25 19:40:54 +01:00
Adam Stankiewicz
38c3cee1a7
Perform test on fake .git directory
2016-01-25 19:40:54 +01:00
Adam Stankiewicz
b485c5d3cb
Remove bundledDependencies from package.json
...
bundledDependencies will be filled only just before publish
2016-01-25 19:40:54 +01:00
Adam Stankiewicz
d63047b4ee
Merge pull request #2137 from pwielgolaski/#2129
...
when strictSsl is false set GIT_SSL_NO_VERIFY=true for git command
2016-01-24 18:14:38 +01:00
Piotr Wielgolaski
f0a54d0018
set GIT_SSL_NO_VERIFY for opposite value than strictSsl
2016-01-23 20:29:28 +01:00
Piotr Wielgolaski
1d73764788
when strictSsl is false set GIT_SSL_NO_VERIFY=true for git command
...
Solves #2129
2016-01-23 14:26:48 +01:00
Adam Stankiewicz
9d2681b0c4
Ignore test files in published package
2016-01-21 13:43:17 +01:00
Adam Stankiewicz
f3330e8612
Update changelog and bump to 1.7.3
v1.7.3
2016-01-20 18:23:27 +01:00
Adam Stankiewicz
11996c04b7
Update to fs-write-stream@1.0.8
2016-01-20 14:18:44 +01:00
Adam Stankiewicz
35e73a619a
Tolerate failure in covealls reporting
2016-01-20 14:06:48 +01:00
Adam Stankiewicz
fe615fd517
Merge pull request #2150 from bower/feature/analytics
...
Remove analytics from Bower, fixes #1102
2016-01-20 13:35:55 +01:00
Adam Stankiewicz
3e3b64218d
Remove analytics from Bower, fixes #1102
...
They caused more issues than useful they were.
Instead, we'll focus on fetching statistics from
NPM registry to watch Bower's popularity, and
GitHub stars over time to watch packages' popularity.
2016-01-20 12:30:54 +01:00
Adam Stankiewicz
afe76e57f8
Remove HOOKS.md as they are now properly documented, thanks @dvidsilva!
2016-01-18 22:05:17 +01:00
Adam Stankiewicz
6ee3ef7aa8
Merge pull request #2071 from prometheansacrifice/adding-tests-plugin-resolver
...
Adds tests for pluginResolverFactory.js
2016-01-18 12:34:50 +01:00
Manas
64db869bd4
Adds tests for pluginResolverFactory.js
2016-01-18 01:22:07 +05:30
Adam Stankiewicz
a4ea05800d
Add prepublish script for easy and reliable bower releasing
2016-01-17 00:13:07 +01:00
Adam Stankiewicz
8cf897cd19
Merge pull request #2145 from bower/sjs/use-caret-on-install-save
...
Use caret on install save
2016-01-12 21:19:55 +00:00
Sam Saccone
d06af7a3d7
Default to ^ operator on --save
...
This fix brings us inline with how npm installs work and also brings us
more inline with how semver is supposed to be used.
Fixes #2144
2016-01-10 18:28:42 -08:00
Jaime Olmo
d4fd71986e
Merge pull request #2140 from jamesxv7/master
...
Changes to license file and package.json
2016-01-07 20:55:31 -04:00
Jaime Olmo
3154444556
Update CHANGELOG.md
...
Updated as per 1.7.2 release
2016-01-07 01:59:49 -04:00
Jaime Olmo
24f8b913b9
Update LICENSE
...
Update license year to 2016.
2016-01-07 01:50:58 -04:00
Jaime Olmo
fe6b6863ea
Update package.json
...
Version updated as per [1.7.2](https://github.com/bower/bower/releases/tag/v1.7.2 ) release.
2016-01-07 01:49:41 -04:00
Adam Stankiewicz
671c23ad50
Merge pull request #2130 from gronke/enhancement/absolute-paths-1914
...
support absolute path in .bowerrc directory option
2016-01-05 12:28:09 +01:00