mirror of
https://github.com/LemmyNet/lemmy-js-client.git
synced 2024-11-22 12:21:12 +00:00
v1.0.10
This commit is contained in:
parent
d00e2d6294
commit
0877807f7f
1 changed files with 9 additions and 9 deletions
18
package.json
18
package.json
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
"name": "lemmy-js-client",
|
||||
"description": "A javascript / typescript client for Lemmy",
|
||||
"version": "1.0.8",
|
||||
"version": "1.0.10",
|
||||
"author": "Dessalines <tyhou13@gmx.com>",
|
||||
"license": "AGPL-3.0",
|
||||
"main": "./dist/index.js",
|
||||
|
@ -16,14 +16,14 @@
|
|||
"repository": "https://github.com/LemmyNet/lemmy-js-client",
|
||||
"devDependencies": {
|
||||
"@types/node-fetch": "^2.5.6",
|
||||
"eslint": "^7.5.0",
|
||||
"eslint-plugin-jane": "^8.0.4",
|
||||
"husky": "^4.2.5",
|
||||
"lint-staged": "^10.1.3",
|
||||
"node-fetch": "^2.6.0",
|
||||
"prettier": "^2.0.4",
|
||||
"sortpack": "^2.1.4",
|
||||
"typescript": "^3.8.3"
|
||||
"eslint": "^7.8.1",
|
||||
"eslint-plugin-jane": "^9.0.0",
|
||||
"husky": "^4.3.0",
|
||||
"lint-staged": "^10.3.0",
|
||||
"node-fetch": "^2.6.1",
|
||||
"prettier": "^2.1.1",
|
||||
"sortpack": "^2.1.8",
|
||||
"typescript": "^4.0.2"
|
||||
},
|
||||
"types": "./dist/index.d.ts",
|
||||
"husky": {
|
||||
|
|
Loading…
Reference in a new issue