make-mp-data 1.1.0 → 1.1.1

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.
Files changed (2) hide show
  1. package/default.js +2 -2
  2. package/package.json +1 -1
package/default.js CHANGED
@@ -90,7 +90,7 @@ const config = {
90
90
  ],
91
91
  superProps: {
92
92
  platform: ["web", "mobile", "web", "mobile", "web", "kiosk", "smartTV"],
93
- emotions: generateEmoji(),
93
+ // emotions: generateEmoji(),
94
94
 
95
95
  },
96
96
  /*
@@ -100,7 +100,7 @@ const config = {
100
100
  userProps: {
101
101
  title: chance.profession.bind(chance),
102
102
  luckyNumber: weightedRange(42, 420),
103
- vibe: generateEmoji(),
103
+ // vibe: generateEmoji(),
104
104
  spiritAnimal: chance.animal.bind(chance)
105
105
  },
106
106
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "make-mp-data",
3
- "version": "1.1.0",
3
+ "version": "1.1.1",
4
4
  "description": "builds all mixpanel primitives for a given project",
5
5
  "main": "index.js",
6
6
  "types": "types.d.ts",