diff --git a/package.json b/package.json index eee893c..5f66f36 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "lemmy-js-client", "description": "A javascript / typescript client for Lemmy", - "version": "0.16.4-rc.2", + "version": "0.17.0-rc.6", "author": "Dessalines ", "license": "AGPL-3.0", "main": "./dist/index.js", @@ -19,6 +19,7 @@ "@sniptt/monads": "^0.5.10" }, "devDependencies": { + "@sniptt/monads": "^0.5.10", "@types/node": "^17.0.10", "@types/node-fetch": "^3.0.3", "@typescript-eslint/eslint-plugin": "^5.10.0", @@ -35,7 +36,6 @@ "sortpack": "^2.2.0", "typedoc": "^0.21.6", "typedoc-plugin-sourcefile-url": "^1.0.6", - "@sniptt/monads": "^0.5.10", "typescript": "^4.5.4" }, "types": "./dist/index.d.ts",