diff --git a/ts-client/package.json b/ts-client/package.json index 032c830..07e083b 100644 --- a/ts-client/package.json +++ b/ts-client/package.json @@ -3,8 +3,8 @@ "version": "1.0.12", "description": "a front end client for PushPop written in typescript ", "main": "./dist/index.js", - "module": "./dist/index.mjs", "source": "./src/index.ts", + "sideEffects": false, "type": "module", "files": [ "dist" @@ -35,8 +35,7 @@ "build": "tsup", "test": "vitest", "lint": "npx @biomejs/biome check --write --unsafe", - "release": "changeset version", - "publish": "npm publish" + "publish": "np --no-cleanup" }, "author": { "name": "BiohackerEllie", diff --git a/ts-client/src/index.ts b/ts-client/src/index.ts index e38b7c6..c8c38d0 100644 --- a/ts-client/src/index.ts +++ b/ts-client/src/index.ts @@ -40,7 +40,7 @@ * }); * ``` * - * @see {@link https://github.com/epklabs/pushpop | GitHub repository} for more examples and documentation. + * @see {@link https://github.com/biohackerellie/pushpop | GitHub repository} for more examples and documentation. * * @packageDocumentation */