Skip to content

Commit 2444b1f

Browse files
committed
Tiny package.json cleanup
1 parent 0043350 commit 2444b1f

2 files changed

Lines changed: 4 additions & 1 deletion

File tree

mflix/client/package.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
{
22
"name": "sample-mflix-front-end",
3+
"description": "Next.js frontend for MongoDB sample mflix application demonstrating CRUD operations, aggregations, and search",
4+
"license": "Apache-2.0",
5+
"author": "MongoDB Documentation Team",
36
"version": "0.1.0",
47
"private": true,
58
"scripts": {

mflix/server/js-express/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"version": "1.0.0",
44
"description": "Express.js backend for MongoDB sample mflix application demonstrating CRUD operations, aggregations, search, and geospatial queries",
55
"license": "Apache-2.0",
6-
"author": "Jordan Smith",
6+
"author": "MongoDB Documentation Team",
77
"type": "commonjs",
88
"main": "dist/app.js",
99
"scripts": {

0 commit comments

Comments
 (0)