Skip to content

Commit 98a0453

Browse files
committedFeb 4, 2021
Update documentation for 0.2.3
1 parent 89363b8 commit 98a0453

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed
 

‎CHANGELOG.md

+1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
## 0.2.3
22

33
- HTTP error codes are handled more correctly when package authors test their packages
4+
- removed dependency on request-promise and mustache
45

56

67
## 0.2.2

‎README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ Now create your npm installer: Make a `package.json` that looks like this:
3030
"myapp-cli": "bin/myapp-cli"
3131
},
3232
"dependencies": {
33-
"binwrap": "^0.2.2"
33+
"binwrap": "^0.2.3"
3434
}
3535
}
3636
```

0 commit comments

Comments
 (0)
Please sign in to comment.