Skip to content

Commit 05d6999

Browse files
committed
updated snippet
1 parent 9aa8e27 commit 05d6999

File tree

4 files changed

+11
-55
lines changed

4 files changed

+11
-55
lines changed

index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/**
2-
* Vue Mixpanel v1.0.3
2+
* Vue Mixpanel v1.0.4
33
* https://github.com/Loschcode/vue-mixpanel
44
*
55
* Copyright 2019, cmp-cc

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "vue-mixpanel",
3-
"version": "1.0.3",
3+
"version": "1.0.4",
44
"description": "A simple library to use mixpanel through VueJS",
55
"main": "index.js",
66
"license": "MIT",

utils/snippet.js

Lines changed: 9 additions & 8 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

yarn.lock

Lines changed: 0 additions & 45 deletions
Original file line numberDiff line numberDiff line change
@@ -2,48 +2,3 @@
22
# yarn lockfile v1
33

44

5-
agent-base@^4.3.0:
6-
version "4.3.0"
7-
resolved "https://registry.yarnpkg.com/agent-base/-/agent-base-4.3.0.tgz#8165f01c436009bccad0b1d122f05ed770efc6ee"
8-
integrity sha512-salcGninV0nPrwpGNn4VTXBb1SOuXQBiqbrNXoeizJsHrsL6ERFM2Ne3JUSBWRE6aeNJI2ROP/WEEIDUiDe3cg==
9-
dependencies:
10-
es6-promisify "^5.0.0"
11-
12-
debug@^3.1.0:
13-
version "3.2.6"
14-
resolved "https://registry.yarnpkg.com/debug/-/debug-3.2.6.tgz#e83d17de16d8a7efb7717edbe5fb10135eee629b"
15-
integrity sha512-mel+jf7nrtEl5Pn1Qx46zARXKDpBbvzezse7p7LqINmdoIk8PYP5SySaxEmYv6TZ0JyEKA1hsCId6DIhgITtWQ==
16-
dependencies:
17-
ms "^2.1.1"
18-
19-
es6-promise@^4.0.3:
20-
version "4.2.8"
21-
resolved "https://registry.yarnpkg.com/es6-promise/-/es6-promise-4.2.8.tgz#4eb21594c972bc40553d276e510539143db53e0a"
22-
integrity sha512-HJDGx5daxeIvxdBxvG2cb9g4tEvwIk3i8+nhX0yGrYmZUzbkdg8QbDevheDB8gd0//uPj4c1EQua8Q+MViT0/w==
23-
24-
es6-promisify@^5.0.0:
25-
version "5.0.0"
26-
resolved "https://registry.yarnpkg.com/es6-promisify/-/es6-promisify-5.0.0.tgz#5109d62f3e56ea967c4b63505aef08291c8a5203"
27-
integrity sha1-UQnWLz5W6pZ8S2NQWu8IKRyKUgM=
28-
dependencies:
29-
es6-promise "^4.0.3"
30-
31-
32-
version "3.0.0"
33-
resolved "https://registry.yarnpkg.com/https-proxy-agent/-/https-proxy-agent-3.0.0.tgz#0106efa5d63d6d6f3ab87c999fa4877a3fd1ff97"
34-
integrity sha512-y4jAxNEihqvBI5F3SaO2rtsjIOnnNA8sEbuiP+UhJZJHeM2NRm6c09ax2tgqme+SgUUvjao2fJXF4h3D6Cb2HQ==
35-
dependencies:
36-
agent-base "^4.3.0"
37-
debug "^3.1.0"
38-
39-
mixpanel@^0.10.3:
40-
version "0.10.3"
41-
resolved "https://registry.yarnpkg.com/mixpanel/-/mixpanel-0.10.3.tgz#2dff3bc0e17b57d6365547d315cbbf3ecfdb8a00"
42-
integrity sha512-wIYr5o+1XSzJ80o3QED35K/yfPAKi5FigZXTSfcs4vltfeKbilIjNgwxdno7LrqzhjoSjmIyDWkI7D3lr7TwDw==
43-
dependencies:
44-
https-proxy-agent "3.0.0"
45-
46-
ms@^2.1.1:
47-
version "2.1.2"
48-
resolved "https://registry.yarnpkg.com/ms/-/ms-2.1.2.tgz#d09d1f357b443f493382a8eb3ccd183872ae6009"
49-
integrity sha512-sGkPx+VjMtmA6MX27oA4FBFELFCZZ4S4XqeGOXCv68tT+jb3vk/RyaKWP0PTKyWtmLSM0b+adUTEvbs1PEaH2w==

0 commit comments

Comments
 (0)