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" },