We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 89363b8 commit 98a0453Copy full SHA for 98a0453
CHANGELOG.md
@@ -1,6 +1,7 @@
1
## 0.2.3
2
3
- HTTP error codes are handled more correctly when package authors test their packages
4
+- removed dependency on request-promise and mustache
5
6
7
## 0.2.2
README.md
@@ -30,7 +30,7 @@ Now create your npm installer: Make a `package.json` that looks like this:
30
"myapp-cli": "bin/myapp-cli"
31
},
32
"dependencies": {
33
- "binwrap": "^0.2.2"
+ "binwrap": "^0.2.3"
34
}
35
36
```
0 commit comments