Commit 7fa2fdf9 authored by nanahira's avatar nanahira

remove lodash

parent 2e17d9cc
Pipeline #6113 failed with stages
in 9 seconds
......@@ -3,9 +3,7 @@ npm install --save \
source-map-support
npm install --save-dev \
lodash \
@types/node \
@types/lodash \
typescript \
'@typescript-eslint/eslint-plugin@^4.28.2' \
'@typescript-eslint/parser@^4.28.2 '\
......
import 'source-map-support/register';
import { Context, Schema } from 'koishi';
import _ from 'lodash';
export interface Config {
prefix: string;
......
......@@ -4,8 +4,6 @@ npm install --save \
class-transformer \
@nestjs/swagger \
swagger-ui-express \
lodash
npm install --save-dev \
@types/lodash \
@types/express
#!/bin/bash
npm install --save \
lodash
npm install --save-dev \
@types/node \
@types/lodash \
typescript \
'@typescript-eslint/eslint-plugin@^4.28.2' \
'@typescript-eslint/parser@^4.28.2 '\
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment