Adam Stankiewicz
20a6190ed8
Bump to 1.6.1 and update npm-shrinkwrap.json
2015-10-15 15:56:23 +02:00
Adam Stankiewicz
2311d7dc44
Update npm-shrinkwrap.json with npm-shrinkwrap tool
2015-10-15 13:29:56 +02:00
Adam Stankiewicz
140c6d963f
Update changelog and bump
2015-10-15 13:03:30 +02:00
Adam Stankiewicz
8ac68ede5d
Shrinkwrap all dependencies and add them to bundledDependencies
2015-10-15 12:45:38 +02:00
Adam Stankiewicz
a019f887e9
Update chmodr to fix chmod behavior on windows
2015-10-15 11:14:49 +02:00
Adam Stankiewicz
eba2c69308
Update bower-config to fix proxy behavior on windows
2015-10-15 11:14:35 +02:00
Adam Stankiewicz
0bb1536c99
Better manage file handles, properly close streams
2015-10-14 19:31:53 +02:00
Adam Stankiewicz
aafe02f3e9
Update bower-registry-client and bower-config
2015-09-28 19:42:35 +02:00
Adam Stankiewicz
9b8b66ed83
Merge pull request #1838 from yasinkocak/patch-1
...
Added keywords tag
2015-09-27 18:22:51 +02:00
Adam Stankiewicz
bf23d81c9e
Update bower-config and fix tests for ignoreDependenies
2015-09-27 18:18:11 +02:00
Adam Stankiewicz
d72d01823d
Bump inquirer to 0.10, closes #1883
2015-09-27 12:03:25 +02:00
Adam Stankiewicz
66310523d1
Bump to 1.5.3
2015-09-24 13:58:05 +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
Michael Storgaard
aac254d275
Bumped Insight to reduce prompt friction
...
- Insight now checks for `process.env.CI` before prompting
- Insight now times out after 30 seconds of no response to prompt
2015-09-18 11:18:08 +02:00
Sindre Sorhus
490f63a838
modularize the MD5 util function
2015-09-03 11:00:38 +07:00
Adam Stankiewicz
cb019c405b
Bump version to 1.5.2
2015-08-25 22:31:13 +02:00
Adam Stankiewicz
fe9a1bb5fc
Revert "upgrade to newer semver, fixes #1817,#1845,#1851"
...
This reverts commit 8744449016 .
2015-08-25 17:12:51 +02:00
Adam Stankiewicz
79679f9b08
Revert "Make bower commands work from subdirectories"
...
This reverts commit 7acafc26d6 .
2015-08-25 17:11:48 +02:00
Adam Stankiewicz
23afb3a129
Bump version to 1.5.1
2015-08-23 16:37:07 +02:00
Adam Stankiewicz
45fe5c37cc
Bump version to 1.5.0
2015-08-23 14:34:30 +02:00
Adam Stankiewicz
35b60d8d89
Merge pull request #1865 from bower/sheerun-patch-1
...
No longer prefer installing bower as global
2015-08-23 14:30:16 +02:00
Adam Stankiewicz
7acafc26d6
Make bower commands work from subdirectories
2015-07-28 23:22:44 +02:00
Adam Stankiewicz
2817936b87
No longer prefer installing bower as global
...
Installing bower locally if perfectly good. It allows to use different version of bower locally.
The next step is to create bower-cli package that can run local bower installation.
2015-07-28 22:22:56 +02:00
Peter Chanthamynavong
8744449016
upgrade to newer semver, fixes #1817,#1845,#1851
...
Upgrading to latest version of semver to fix (#1817 , #1845 , #1851 ).
Possible breaking changes in regards to the way semvers handles pre-releases.
If a version has a prerelease tags (for example, 1.2.3-alpha.3) then it will only be allowed to satisfy comparator sets if at least one comparator with the same [major, minor, patch] tuple also has a prerelease tag.
For example, the range >1.2.3-alpha.0 would be allowed to match the version 1.2.3-alpha.7, but it would not be satisfied by * or 1.2.3. See [semvers](https://github.com/npm/node-semver#prerelease-tags ) additional details.
2015-07-23 07:52:14 -05:00
Web Artisan
50b0186c06
Added keywords tag
...
Added keywords tag
2015-06-30 11:40:05 +02:00
Sindre Sorhus
833f97198e
minor package.json tweak
2015-05-19 20:55:20 +02:00
Gilad Peleg
dbb302f22a
update license attribute
...
specifying the type and URL is deprecated:
https://docs.npmjs.com/files/package.json#license
http://npm1k.org/
2015-05-19 13:05:23 +03:00
Sindre Sorhus
87d21e7968
use package.json files object to reduce the package size
...
https://docs.npmjs.com/files/package.json#files
2015-04-28 12:34:44 +07:00
insanehong
9dd79a8061
Auto-sort bower.json dependencies alphabetically, fixes #1373
2015-04-14 00:06:13 +02:00
Adam Stankiewicz
00dc877f0a
1.4.1
2015-04-01 00:35:54 -07:00
Adam Stankiewicz
335081053d
Bump bower-config and bower-registry-client versions, fixes #1763
2015-04-01 00:35:00 -07:00
Adam Stankiewicz
4af22cfbc0
[test] Replace sync-exec with spawn-sync
...
sync-exec has performance issue on Windows
2015-03-31 23:39:13 -07:00
Adam Stankiewicz
7e110603b5
[test] Make git helper in tests synchronous
2015-03-31 19:08:37 -07:00
Adam Stankiewicz
ea1f5d1ff0
Bump to 1.4.0
2015-03-30 15:46:30 -07:00
Adam Stankiewicz
77b7355433
Bump npm-config, fixes #1689 , fixes #1711
2015-03-30 01:23:20 -07:00
Mat Scales
126da9ee12
Unregister and login commands
2015-03-29 17:56:04 -07:00
Nils Winkler
39a295901a
Set request version to 2.53.0
...
This fixes the failing unit tests
2015-03-29 16:38:07 +02:00
Sindre Sorhus
7a26bf1a10
bump chalk
...
https://github.com/sindresorhus/chalk/releases/tag/v1.0.0
2015-02-23 15:07:56 +07:00
Sindre Sorhus
0ce7053598
bump dev deps
2015-01-12 10:09:33 +08:00
Sindre Sorhus
6a96815c44
bump insight
2015-01-12 10:04:25 +08:00
Sindre Sorhus
d7b0db41f4
bump update-notifier
2015-01-12 08:27:39 +08:00
Adam Stankiewicz
c7df6f50ca
Add AppVeyor config for Windows CI
2015-01-11 03:08:43 +01:00
Adam Stankiewicz
4cb027eb73
Add tests for StandardRenderer
2015-01-06 15:56:10 +01:00
Sindre Sorhus
06f4d0c117
package.json - use caret version specifier
2015-01-05 00:01:29 +07:00
Sindre Sorhus
b5e557ffb0
bump decompress-zip
2015-01-05 00:00:05 +07:00
Daphne Maddox
45bab9fe71
update package.json dependencies
...
Update dependencies in package.json to (mostly) latest available
versions.
Updating these dependencies removes warnings when bower is installed
as a devDependency in other packages and keep the code fresh.
Methodology:
- `npm install`
- `npm test` (all tests pass)
- `npm-check-updates -u`
- `npm test` (find errors, suspect semver, back off to `~2.3.0` in
package.json)
- `rm -rf node_modules` (and .gitignored files)
- `npm install`
- `npm test` (all pass, deem updated version compatible)
- revert to package.json from `master`
- `npm install` (install the old dependencies)
- switch back to updated package.json
- `npm install` (upgrade dependencies in place)
- `npm test` (all tests still pass, deem upgrades safe)
As to the `semver` dependency, it seems that updating to 4.x requires
handling breaking changes, which is TODO.
Closes #1622
2015-01-03 11:24:21 -08:00
Sindre Sorhus
514eb8f0e3
better homedir detection
2014-12-22 22:56:27 +07:00
Sindre Sorhus
de6f341f41
bump to latest chalk
2014-10-16 11:52:46 +02:00
Adam Stankiewicz
c00cadb37a
[fix] Ensure extracted files are readable, update tar-fs
2014-09-28 18:21:24 +02:00
Adam Stankiewicz
b26c072f0d
Bump version to 1.3.12 and update changelog
2014-09-28 17:37:40 +02:00