v0.9.0-rc.17
This commit is contained in:
parent
e294b8bdee
commit
6d5c35b2fc
1 changed files with 6 additions and 6 deletions
12
package.json
12
package.json
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
"name": "lemmy-js-client",
|
||||
"description": "A javascript / typescript client for Lemmy",
|
||||
"version": "0.9.0-rc.16",
|
||||
"version": "0.9.0-rc.17",
|
||||
"author": "Dessalines <tyhou13@gmx.com>",
|
||||
"license": "AGPL-3.0",
|
||||
"main": "./dist/index.js",
|
||||
|
@ -15,14 +15,14 @@
|
|||
},
|
||||
"repository": "https://github.com/LemmyNet/lemmy-js-client",
|
||||
"devDependencies": {
|
||||
"@types/node-fetch": "^2.5.6",
|
||||
"eslint": "^7.16.0",
|
||||
"eslint-plugin-jane": "^9.0.5",
|
||||
"husky": "^4.3.6",
|
||||
"@types/node-fetch": "^2.5.8",
|
||||
"eslint": "^7.18.0",
|
||||
"eslint-plugin-jane": "^9.0.6",
|
||||
"husky": "^4.3.8",
|
||||
"lint-staged": "^10.5.3",
|
||||
"node-fetch": "^2.6.1",
|
||||
"prettier": "^2.2.1",
|
||||
"sortpack": "^2.1.11",
|
||||
"sortpack": "^2.2.0",
|
||||
"typescript": "^4.1.3"
|
||||
},
|
||||
"types": "./dist/index.d.ts",
|
||||
|
|
Loading…
Reference in a new issue