diff --git a/bun.lockb b/bun.lockb index 260f147..ccb6ac2 100755 Binary files a/bun.lockb and b/bun.lockb differ diff --git a/package.json b/package.json index f96ad72..81506f4 100644 --- a/package.json +++ b/package.json @@ -9,7 +9,6 @@ "lint": "next lint" }, "dependencies": { - "solar-js-sdk": "./packages/sn", "@emotion/cache": "^11.14.0", "@emotion/react": "^11.14.0", "@emotion/server": "^11.11.0", @@ -38,6 +37,7 @@ "remark-parse": "^11.0.0", "remark-rehype": "^11.1.1", "sitemap": "^8.0.0", + "solar-js-sdk": "^0.0.1", "unified": "^11.0.5", "zustand": "^5.0.3" }, diff --git a/packages/sn/package.json b/packages/sn/package.json index 5c36d0c..dd1c5f0 100644 --- a/packages/sn/package.json +++ b/packages/sn/package.json @@ -3,6 +3,11 @@ "main": "dist/index.js", "types": "dist/index.d.ts", "type": "module", + "author": { + "name": "LittleSheep", + "email": "littlesheep.code@hotmail.com" + }, + "version": "0.0.1", "tsup": { "entry": [ "src/index.ts"