Skip to content

Commit

Permalink
Bump to version: v1.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
nknapp committed May 7, 2017
1 parent cc9677b commit 3e73cfe
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 7 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
# Release notes for `analyze-module-size`

<a name="current-release"></a>
# Version 1.2.2 (Sun, 07 May 2017 19:39:45 GMT)

* [cc9677b](https://github.com/nknapp/analyze-module-size/commit/cc9677b) Check for cycles when traversing the dependency tree - Nils Knappmeier

# Version 1.2.1 (Sun, 07 May 2017 15:29:43 GMT)

* [be3a3e4](https://github.com/nknapp/analyze-module-size/commit/be3a3e4) Progress-Bar refactoring - Nils Knappmeier
Expand Down
12 changes: 6 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,13 +21,13 @@ Run `analyze-module-size` in your project directory. The output will be somethin
```
size: 60k... with-dependencies: 1720k
├── bluebird@3.5.0, 716k, 0 deps
├─┬ globby@6.1.0, 484k, 20 deps
│ ├─┬ glob@7.1.1, 340k, 13 deps
├─┬ globby@6.1.0, 484k, 17 deps
│ ├─┬ glob@7.1.1, 340k, 10 deps
│ │ ├─┬ minimatch@3.0.3, 132k, 3 deps
│ │ │ └─┬ brace-expansion@1.1.7, 84k, 2 deps
│ │ │ ├── concat-map@0.0.1, 40k, 0 deps
│ │ │ └── balanced-match@0.4.2, 24k, 0 deps
│ │ ├─┬ inflight@1.0.6, 60k, 3 deps
│ │ ├─┬ inflight@1.0.6, 60k, 2 deps
│ │ │ ├─┬ once@1.4.0, 40k, 1 deps
│ │ │ │ └── wrappy@1.0.2, 20k, 0 deps
│ │ │ └── wrappy@1.0.2, 20k, 0 deps
Expand All @@ -42,12 +42,12 @@ size: 60k... with-dependencies: 1720k
│ │ └── array-uniq@1.0.3, 20k, 0 deps
│ ├── object-assign@4.1.1, 20k, 0 deps
│ └── pify@2.3.0, 20k, 0 deps
├─┬ glob@7.1.1, 340k, 13 deps
├─┬ glob@7.1.1, 340k, 10 deps
│ ├─┬ minimatch@3.0.3, 132k, 3 deps
│ │ └─┬ brace-expansion@1.1.7, 84k, 2 deps
│ │ ├── concat-map@0.0.1, 40k, 0 deps
│ │ └── balanced-match@0.4.2, 24k, 0 deps
│ ├─┬ inflight@1.0.6, 60k, 3 deps
│ ├─┬ inflight@1.0.6, 60k, 2 deps
│ │ ├─┬ once@1.4.0, 40k, 1 deps
│ │ │ └── wrappy@1.0.2, 20k, 0 deps
│ │ └── wrappy@1.0.2, 20k, 0 deps
Expand All @@ -56,7 +56,7 @@ size: 60k... with-dependencies: 1720k
│ ├── fs.realpath@1.0.0, 32k, 0 deps
│ ├── inherits@2.0.3, 24k, 0 deps
│ └── path-is-absolute@1.0.1, 20k, 0 deps
├─┬ chalk@1.1.3, 144k, 7 deps
├─┬ chalk@1.1.3, 144k, 6 deps
│ ├─┬ has-ansi@2.0.0, 40k, 1 deps
│ │ └── ansi-regex@2.1.1, 20k, 0 deps
│ ├─┬ strip-ansi@3.0.1, 40k, 1 deps
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "analyze-module-size",
"version": "1.2.1",
"version": "1.2.2",
"description": "Analyze the size of your module dependencies",
"repository": {
"type": "git",
Expand Down

0 comments on commit 3e73cfe

Please sign in to comment.