github-user-language-stats
Advanced tools
Comparing version 1.1.0 to 1.2.0
{ | ||
"name": "github-user-language-stats", | ||
"version": "1.1.0", | ||
"version": "1.2.0", | ||
"description": "Show GitHub user's programming language stats", | ||
@@ -11,3 +11,3 @@ "repository": { | ||
"bin": { | ||
"gh-lang-stat": "gh-lang-stat.js" | ||
"gh-lang-stat": "bin/gh-lang-stat.js" | ||
}, | ||
@@ -20,5 +20,14 @@ "scripts": { | ||
"dependencies": { | ||
"ascii-horizontal-barchart": "^1.2.0", | ||
"ascii-horizontal-barchart": "^1.2.1", | ||
"axios": "^0.12.0" | ||
}, | ||
"devDependencies": { | ||
"babel-cli": "^6.10.1", | ||
"babel-preset-es2015": "^6.9.0", | ||
"babel-preset-stage-0": "^6.5.0" | ||
}, | ||
"scripts": { | ||
"compile": "babel -d bin/ src/", | ||
"prepublish": "npm run compile" | ||
} | ||
} |
Sorry, the diff of this file is not supported yet
No tests
QualityPackage does not have any tests. This is a strong signal of a poorly maintained or low quality package.
Found 1 instance in 1 package
6
35
1
3458
3