Skip to content

Commit

Permalink
Fix version
Browse files Browse the repository at this point in the history
  • Loading branch information
irustm committed Sep 17, 2020
1 parent 83bbfce commit 258dcf9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ng-app-counter",
"version": "0.3.0-beta",
"version": "0.5.0-beta.0",
"description": "Counter Angular project",
"repository": {
"type": "git",
Expand Down
3 changes: 2 additions & 1 deletion src/send.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
const https = require('follow-redirects').https;

export function trySendData(data) {
console.log("\nSend anonymous statistics? y/n (y)")
console.log("\nSend this anonymous statistics? y/n (y)\n");
console.log(JSON.stringify(data));

var stdin = process.stdin;

Expand Down

0 comments on commit 258dcf9

Please sign in to comment.