This commit is contained in:
Dessalines 2020-08-19 23:06:12 -04:00
parent bc46de9e61
commit 4bea3026e1

View file

@ -1,7 +1,7 @@
{ {
"name": "lemmy-js-client", "name": "lemmy-js-client",
"description": "A javascript / typescript client for Lemmy", "description": "A javascript / typescript client for Lemmy",
"version": "1.0.4", "version": "1.0.5",
"author": "Dessalines <tyhou13@gmx.com>", "author": "Dessalines <tyhou13@gmx.com>",
"license": "AGPL-3.0", "license": "AGPL-3.0",
"main": "./dist/index.js", "main": "./dist/index.js",
@ -15,10 +15,12 @@
}, },
"repository": "https://github.com/LemmyNet/lemmy-js-client", "repository": "https://github.com/LemmyNet/lemmy-js-client",
"devDependencies": { "devDependencies": {
"@types/node-fetch": "^2.5.6",
"eslint": "^7.5.0", "eslint": "^7.5.0",
"eslint-plugin-jane": "^8.0.4", "eslint-plugin-jane": "^8.0.4",
"husky": "^4.2.5", "husky": "^4.2.5",
"lint-staged": "^10.1.3", "lint-staged": "^10.1.3",
"node-fetch": "^2.6.0",
"prettier": "^2.0.4", "prettier": "^2.0.4",
"sortpack": "^2.1.4", "sortpack": "^2.1.4",
"typescript": "^3.8.3" "typescript": "^3.8.3"