Skip to content

Commit 959cab0

Browse files
committed
chore(stats): ensure that beta tags are no longer ignored for mp.
1 parent dddd047 commit 959cab0

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

lib/ionic/stats.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,6 @@ exports.IonicStats = {
101101
// add which cli version is being used
102102
try {
103103
statsData.cli_version = require('../../package.json').version;
104-
if(statsData.cli_version.indexOf('beta') > -1) return;
105104
} catch(e2) {}
106105

107106
try {

0 commit comments

Comments
 (0)