We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 80c1a21 commit d69882eCopy full SHA for d69882e
CHANGELOG.md
@@ -0,0 +1,5 @@
1
+## 0.2.2
2
+
3
+- startup time is reduces by 70% (about 150ms)
4
+- installing should no longer fail if a previous version exists (such as when upgrading)
5
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.1"
+ "binwrap": "^0.2.2"
34
}
35
36
```
0 commit comments