Skip to content

Commit

Permalink
changes
Browse files Browse the repository at this point in the history
  • Loading branch information
biohackerellie committed Dec 6, 2024
1 parent 20916b2 commit fc5a284
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
5 changes: 2 additions & 3 deletions ts-client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down Expand Up @@ -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",
Expand Down
2 changes: 1 addition & 1 deletion ts-client/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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
*/
Expand Down

0 comments on commit fc5a284

Please sign in to comment.