From 6ecc2f4b53599e3ad43bef827bc8d1eda13cf79e Mon Sep 17 00:00:00 2001 From: Edwin Candinegara Date: Mon, 5 May 2025 13:36:34 +0800 Subject: [PATCH] Publish --- package.json | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 38fc510..11f52b0 100644 --- a/package.json +++ b/package.json @@ -1,12 +1,13 @@ { - "name": "jsfreedb", - "version": "0.0.1", + "name": "@freeleh/jsfreedb", + "version": "0.0.5", "description": "JSFreeDB is a JavaScript library that provides common and simple database abstractions on top of Google Sheets.", "main": "dist/index.cjs", "module": "dist/index.mjs", "types": "dist/index.d.ts", "scripts": { "build": "tsup", + "publicise": "npm run build && npm publish --access public", "test": "jest", "integration-test": "npm run test -- --testPathPattern=integration" },