Skip to content

Commit

Permalink
chore(release): 1.0.8-dev
Browse files Browse the repository at this point in the history
  • Loading branch information
sinkaroid committed Jun 30, 2022
1 parent 29cd7d5 commit 98a6e4e
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "jandapress",
"version": "1.0.7",
"version": "1.0.8",
"description": "Experimental doujin API with gather in mind",
"main": "build/src/index.js",
"scripts": {
Expand All @@ -25,6 +25,7 @@
"license": "MIT",
"dependencies": {
"cheerio": "^1.0.0-rc.11",
"cors": "^2.8.5",
"express": "^4.18.1",
"express-rate-limit": "^6.4.0",
"express-slow-down": "^1.4.0",
Expand All @@ -33,6 +34,7 @@
"pino-pretty": "^8.0.0"
},
"devDependencies": {
"@types/cors": "^2.8.12",
"@types/express-rate-limit": "^6.0.0",
"@types/express-slow-down": "^1.3.2",
"@types/node": "^14.14.37",
Expand All @@ -50,4 +52,4 @@
"engines": {
"node": ">=14"
}
}
}

0 comments on commit 98a6e4e

Please sign in to comment.