chapa-cli 0.1.1 → 0.1.2
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.
- package/dist/index.js +1 -1
- package/package.json +2 -1
package/dist/index.js
CHANGED
|
@@ -244,7 +244,7 @@ async function uploadSupplementalStats(opts) {
|
|
|
244
244
|
}
|
|
245
245
|
|
|
246
246
|
// src/index.ts
|
|
247
|
-
var VERSION = true ? "0.1.
|
|
247
|
+
var VERSION = true ? "0.1.2" : "0.0.0-dev";
|
|
248
248
|
var HELP_TEXT = `chapa-cli v${VERSION}
|
|
249
249
|
|
|
250
250
|
Merge GitHub EMU (Enterprise Managed User) contributions into your Chapa badge.
|
package/package.json
CHANGED
|
@@ -1,9 +1,10 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "chapa-cli",
|
|
3
|
-
"version": "0.1.
|
|
3
|
+
"version": "0.1.2",
|
|
4
4
|
"description": "Merge GitHub EMU contributions into your Chapa developer impact badge",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"bin": {
|
|
7
|
+
"chapa-cli": "dist/index.js",
|
|
7
8
|
"chapa": "dist/index.js"
|
|
8
9
|
},
|
|
9
10
|
"files": [
|