make-mp-data 1.0.7 → 1.0.8
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/cli.js +2 -1
- package/package.json +1 -1
package/cli.js
CHANGED
|
@@ -10,9 +10,10 @@ makes all the things for mixpanel (v${version || 1})
|
|
|
10
10
|
by ak@mixpanel.com
|
|
11
11
|
`;
|
|
12
12
|
|
|
13
|
-
|
|
13
|
+
|
|
14
14
|
|
|
15
15
|
function cliParams() {
|
|
16
|
+
console.log(hero);
|
|
16
17
|
const args = yargs(process.argv.splice(2))
|
|
17
18
|
.scriptName("make-mp-data")
|
|
18
19
|
.usage(`\nusage:\nnpx $0 [dataModel.js] [options]
|