Skip to content

Commit 40c8363

Browse files
trying to get it ready to publish
1 parent 85172d7 commit 40c8363

2 files changed

Lines changed: 4 additions & 1 deletion

File tree

.npmrc

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,3 +3,6 @@ engine-strict=true
33

44
# Faster installs
55
auto-install-peers=true
6+
7+
# NPM registry authentication (for publishing)
8+
//registry.npmjs.org/:_authToken=${NPM_TOKEN}

packages/mizzle-orm/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "mizzle-orm",
3-
"version": "0.0.1",
3+
"version": "0.0.0",
44
"description": "Mizzle ORM - MongoDB ORM with exceptional DX",
55
"type": "module",
66
"main": "./dist/index.js",

0 commit comments

Comments
 (0)