Skip to content

Commit

Permalink
upgrades! rollbar API token; packages
Browse files Browse the repository at this point in the history
  • Loading branch information
ndp committed Oct 6, 2023
1 parent d714fc9 commit 9bbd65e
Show file tree
Hide file tree
Showing 3 changed files with 345 additions and 200 deletions.
5 changes: 2 additions & 3 deletions git-cheatsheet.html
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
<meta property=”og:title” content=”NDP Software :: Git Cheatsheet”/>
<script>
var _rollbarConfig = {
accessToken: "c176f55eef3c41668c078e83aedcd27e",
accessToken: "9b6fc0fe38b34e4687b1b2b9b4f1924e",
captureUncaught: true,
captureUnhandledRejections: true,
payload: {
Expand Down Expand Up @@ -49,7 +49,6 @@
"sameAs" : [
"https://www.linkedin.com/in/ndpsoftware",
"https://github.com/ndp",
"https://www.twitter.com/ndp8",
"https://www.facebook.com/ndpsoft"
],
"logo": "https://ndpsoftware.com/images/brand/logo-square.png"
Expand All @@ -61,7 +60,7 @@
<div id="hd" class="container_16">
<div class="grid_10 alpha">
<h1 data-docs="Categorize Git's commands based on what they affect.">Git Cheatsheet</h1>
<h2 data-docs="another visualization from Andrew Peterson, NDP Software."><a href="https://ndpsoftware.com">an
<h2 data-docs="a visualization from Andrew Peterson, NDP Software."><a href="https://ndpsoftware.com">an
interaction
from NDP Software</a></h2>
<h6>(c) <a href="https://ndpsoftware.com">Andrew Peterson</a> 2009-2022 All Rights Reserved.
Expand Down
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,12 +23,12 @@
},
"homepage": "https://github.com/ndp/git-cheatsheet#readme",
"devDependencies": {
"@babel/cli": "^7.22.10",
"@babel/core": "^7.22.10",
"@babel/preset-env": "^7.22.10",
"@babel/cli": "^7.23.0",
"@babel/core": "^7.23.0",
"@babel/preset-env": "^7.22.20",
"browserlist": "*",
"jasmine": "^5.1.0",
"jquery": "^3.7.0",
"jquery": "^3.7.1",
"webpack": "^5.88.2",
"webpack-cli": "^5.1.4"
},
Expand Down
Loading

0 comments on commit 9bbd65e

Please sign in to comment.