Skip to content

Commit 258dcf9

Browse files
committed
Fix version
1 parent 83bbfce commit 258dcf9

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ng-app-counter",
3-
"version": "0.3.0-beta",
3+
"version": "0.5.0-beta.0",
44
"description": "Counter Angular project",
55
"repository": {
66
"type": "git",

src/send.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
const https = require('follow-redirects').https;
22

33
export function trySendData(data) {
4-
console.log("\nSend anonymous statistics? y/n (y)")
4+
console.log("\nSend this anonymous statistics? y/n (y)\n");
5+
console.log(JSON.stringify(data));
56

67
var stdin = process.stdin;
78

0 commit comments

Comments
 (0)