Skip to content

Commit

Permalink
removed posthog from package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
if22b088 committed Aug 25, 2024
1 parent 0b322a4 commit 0c9050c
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 15 deletions.
2 changes: 1 addition & 1 deletion app.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ var todosRouter = require('./routes/todos');

var app = express();
app.use(cors());
console.log("WE ARE ON THE SERVER");
console.log("WE ARE ON THE SERVER!");

// view engine setup
app.set('views', path.join(__dirname, 'views'));
Expand Down
13 changes: 0 additions & 13 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 0 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@
"http-errors": "~1.6.3",
"mariadb": "^3.0.2",
"morgan": "~1.9.1",
"posthog-node": "^4.1.0",
"pug": "^3.0.3",
"semver": "^7.5.2",
"sequelize": "^6.29.0",
Expand Down

0 comments on commit 0c9050c

Please sign in to comment.