Skip to content

Commit

Permalink
add dependencies back in package.json to try and fix netlify deploy
Browse files Browse the repository at this point in the history
  • Loading branch information
ryanburgess committed Feb 29, 2024
1 parent d7b93d5 commit d5a0f34
Showing 2 changed files with 8 additions and 2 deletions.
8 changes: 7 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -3,7 +3,7 @@
"version": "0.0.3",
"description": "Front End Happy Hour website",
"scripts": {
"build": "n",
"build": "",
"postmerge": "",
"postrewrite": "",
"start": "",
@@ -20,6 +20,12 @@
},
"homepage": "https://github.com/FrontEndHappyHour/frontendhappyhour.github.io",
"devDependencies": {
"canvas": "^2.11.2",
"cheerio": "^1.0.0-rc.12",
"ellipsize": "^0.5.1",
"lodash": "^4.17.21",
"mkdirp": "^3.0.1",
"request": "^2.88.2"
},
"dependencies": {
}
2 changes: 1 addition & 1 deletion transcript-format.js
Original file line number Diff line number Diff line change
@@ -81,7 +81,7 @@ ryanTwitter.forEach(function(string) {


// Fix references to Jem's name
const jemName = ['Jim', 'Gem', 'Gem.', 'Jim.'];
const jemName = ['Jim', 'Gem', 'Gem.', 'Jim.', 'Gem,'];
jemName.forEach(function(jemString) {
newContent = newContent.replace(jemString, 'Jem');
});

0 comments on commit d5a0f34

Please sign in to comment.