complexity-report
Advanced tools
Comparing version 0.2.5 to 0.2.6
{ | ||
"name": "complexity-report", | ||
"version": "0.2.5", | ||
"version": "0.2.6", | ||
"author": "Phil Booth <pmbooth@gmail.com>", | ||
@@ -5,0 +5,0 @@ "description": "A tool for reporting code complexity metrics in JavaScript projects.", |
@@ -13,3 +13,11 @@ # complexityReport.js | ||
### Local to the current project | ||
``` | ||
npm install complexity-report | ||
``` | ||
### Globally for all projects | ||
``` | ||
sudo npm install -g complexity-report | ||
@@ -16,0 +24,0 @@ ``` |
49066
128