Skip to content

Commit

Permalink
Update.
Browse files Browse the repository at this point in the history
  • Loading branch information
yoonge committed May 18, 2023
1 parent 9097d46 commit 84af80b
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 93 deletions.
6 changes: 6 additions & 0 deletions .eslintignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
.DS_Store
coverage
dist
package-lock.json
pnpm-lock.yaml
yarn.lock
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Conduit

[Conduit](https://github.com/yoonge/conduit-ssr.git) - A SSR RealWorld example App built with Art-Template + ESLint + JWT + Koa2 + Prettier + TypeScript.
[Conduit](https://github.com/yoonge/conduit-ssr.git) - A SSR RealWorld example application built with Art-Template + ESLint + JWT + Koa2 + Prettier + TypeScript.

## Getting Started

Expand Down
4 changes: 1 addition & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"author": "Yoonge <7884008@qq.com>",
"description": "Conduit - A SSR RealWorld example App built with Art-Template + ESLint + JWT + Koa2 + Prettier + TypeScript.",
"description": "Conduit - A SSR RealWorld example application built with Art-Template + ESLint + JWT + Koa2 + Prettier + TypeScript.",
"keywords": [
"Art-Template",
"Conduit",
Expand Down Expand Up @@ -36,7 +36,6 @@
"koa-json": "^2.0.2",
"koa-logger": "^3.2.1",
"koa-onerror": "^4.2.0",
"koa-session": "^6.4.0",
"koa-static": "^5.0.0",
"md5": "^2.3.0",
"mongoose": "^7.0.3",
Expand All @@ -49,7 +48,6 @@
"@types/koa-bodyparser": "^4.3.10",
"@types/koa-json": "^2.0.20",
"@types/koa-logger": "^3.1.2",
"@types/koa-session": "^6.4.0",
"@types/koa-static": "^4.0.2",
"@types/koa__router": "^12.0.0",
"@types/md5": "^2.3.2",
Expand Down
87 changes: 0 additions & 87 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 0 additions & 2 deletions src/types/index.d.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,2 @@
declare module '@tabler/core/dist/css/tabler.css'
declare module '@tabler/core/dist/js/tabler.esm.js'
declare module 'koa-onerror'
declare module 'koa-art-template'

0 comments on commit 84af80b

Please sign in to comment.