Compare commits

...

2 Commits

Author SHA1 Message Date
Adam Stankiewicz
fd4c9e6aca Bump to 1.6.9 and release 2015-12-04 21:21:20 +01:00
Adam Stankiewicz
56aa94be2a Update to npm version of fs-write-stream-atomic 2015-12-04 21:19:19 +01:00
2 changed files with 6 additions and 2 deletions

View File

@@ -1,5 +1,9 @@
# Changelog
## 1.6.9 - 2015-12-04
- Change git version of fs-write-stream-atomic back to npm version ([#2079](https://github.com/bower/bower/issues/2079))
## 1.6.8 - 2015-11-27
- Use fs-write-stream-atomic for downloads

View File

@@ -1,6 +1,6 @@
{
"name": "bower",
"version": "1.6.8",
"version": "1.6.9",
"description": "The browser package manager",
"author": "Twitter",
"license": "MIT",
@@ -27,7 +27,7 @@
"configstore": "^0.3.2",
"decompress-zip": "^0.1.0",
"destroy": "^1.0.3",
"fs-write-stream-atomic": "sheerun/fs-write-stream-atomic#v1.0.4-fix",
"fs-write-stream-atomic": "^1.0.5",
"fstream": "^1.0.3",
"fstream-ignore": "^1.0.2",
"github": "^0.2.3",