@goldziher/voom 0.1.0 → 0.2.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/README.md +1 -1
  2. package/package.json +2 -2
package/README.md CHANGED
@@ -1,6 +1,6 @@
1
1
  # @goldziher/voom
2
2
 
3
- Fast, safe, parallel build-artifact pruning across 24 language ecosystems.
3
+ Fast, safe, parallel build-artifact pruning across every major language ecosystem.
4
4
 
5
5
  ```bash
6
6
  npm install -g @goldziher/voom
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@goldziher/voom",
3
- "version": "0.1.0",
4
- "description": "Fast, safe, parallel build-artifact pruning across 24 language ecosystems",
3
+ "version": "0.2.0",
4
+ "description": "Fast, safe, parallel build-artifact pruning across every major language ecosystem",
5
5
  "bin": {
6
6
  "voom": "bin/voom"
7
7
  },