Skip to content

Commit 125b05a

Browse files
authored
Merge branch 'master' into fix-active-class-name
2 parents 4adcc0c + 748437b commit 125b05a

File tree

2 files changed

+3
-13
lines changed

2 files changed

+3
-13
lines changed

examples/index.html

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -63,15 +63,5 @@ <h1>react-contextmenu</h1>
6363
<h2>Examples:</h2>
6464
<div id="main"></div>
6565
</div>
66-
<!-- Google Analytics: change UA-XXXXX-X to be your site's ID. -->
67-
<script>
68-
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
69-
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
70-
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
71-
})(window,document,'script','//www.google-analytics.com/analytics.js','ga');
72-
73-
ga('create', 'UA-54521168-1', 'auto');
74-
ga('send', 'pageview');
75-
</script>
7666
</body>
7767
</html>

yarn.lock

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4312,9 +4312,9 @@ minimatch@^3.0.4, minimatch@^3.1.2:
43124312
brace-expansion "^1.1.7"
43134313

43144314
minimist@^1.2.0, minimist@^1.2.5:
4315-
version "1.2.5"
4316-
resolved "https://registry.yarnpkg.com/minimist/-/minimist-1.2.5.tgz#67d66014b66a6a8aaa0c083c5fd58df4e4e97602"
4317-
integrity sha512-FM9nNUYrRBAELZQT3xeZQ7fmMOBg6nWNmJKTcgsJeaLstP/UODVpGsr5OhXhhXg6f+qtJ8uiZ+PUxkDWcgIXLw==
4315+
version "1.2.6"
4316+
resolved "https://registry.yarnpkg.com/minimist/-/minimist-1.2.6.tgz#8637a5b759ea0d6e98702cfb3a9283323c93af44"
4317+
integrity sha512-Jsjnk4bw3YJqYzbdyBiNsPWHPfO++UGG749Cxs6peCu5Xg4nrena6OVxOYxrQTqww0Jmwt+Ref8rggumkTLz9Q==
43184318

43194319
mkdirp@^0.5.5:
43204320
version "0.5.5"

0 commit comments

Comments
 (0)