Skip to content

Commit

Permalink
set version
Browse files Browse the repository at this point in the history
  • Loading branch information
kldavis4 committed Nov 8, 2023
1 parent 4d6c8a3 commit 3892f7f
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "mongodb-level",
"description": "Mongodb backed abstract-level database for Node.js",
"version": "0.0.0",
"version": "0.0.3",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"license": "Apache-2.0",
Expand Down Expand Up @@ -59,6 +59,7 @@
"typescript": "^4.9.3"
},
"publishConfig": {
"registry": "https://registry.npmjs.org"
"registry": "https://registry.npmjs.org",
"access": "public"
}
}

0 comments on commit 3892f7f

Please sign in to comment.