Skip to content

Commit

Permalink
0.0.9
Browse files Browse the repository at this point in the history
  • Loading branch information
n-for-all committed Dec 22, 2024
1 parent 4bc69df commit 2960e38
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions package-lock.json

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

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "mongocarbon",
"version": "0.0.8",
"version": "0.0.9",
"private": false,
"sideEffects": false,
"type": "module",
Expand All @@ -16,7 +16,7 @@
"start": "NODE_OPTIONS=--trace-warnings remix-serve ./build/server/index.js",
"typecheck": "tsc",
"preinstall": "echo \"Welcome to Mongo Carbon\"",
"postinstall": "npm run build && node console/install.js",
"postinstall": "node console/install.js",
"test": "echo \"Error: No tests are added\""
},
"dependencies": {
Expand Down

0 comments on commit 2960e38

Please sign in to comment.