Compare commits

...

2 Commits

Author SHA1 Message Date
Vlad Filippov
a2f21e2703 v1.7.2 2015-12-30 21:05:20 -05:00
Sam Saccone
4eac914ad0 Lock fs-write-steam-atomic to 1.0.5
context: https://github.com/bower/bower/issues/2118#issuecomment-168097858

Fixes #2118
2015-12-30 21:02:12 -05:00
2 changed files with 5 additions and 2 deletions

View File

@@ -1,5 +1,8 @@
# Changelog
## 1.7.2 - 2015-12-30
- Lock "fs-write-stream-atomic" to 1.0.5
## 1.7.1 - 2015-12-11
- Rollback "Add `bower update --save` functionality", it causes issues and needs more testing

View File

@@ -1,6 +1,6 @@
{
"name": "bower",
"version": "1.7.1",
"version": "1.7.2",
"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": "^1.0.5",
"fs-write-stream-atomic": "1.0.5",
"fstream": "^1.0.3",
"fstream-ignore": "^1.0.2",
"github": "^0.2.3",