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 \ ...@@ -3,9 +3,7 @@ npm install --save \
source-map-support source-map-support
npm install --save-dev \ npm install --save-dev \
lodash \
@types/node \ @types/node \
@types/lodash \
typescript \ typescript \
'@typescript-eslint/eslint-plugin@^4.28.2' \ '@typescript-eslint/eslint-plugin@^4.28.2' \
'@typescript-eslint/parser@^4.28.2 '\ '@typescript-eslint/parser@^4.28.2 '\
......
import 'source-map-support/register'; import 'source-map-support/register';
import { Context, Schema } from 'koishi'; import { Context, Schema } from 'koishi';
import _ from 'lodash';
export interface Config { export interface Config {
prefix: string; prefix: string;
......
...@@ -4,8 +4,6 @@ npm install --save \ ...@@ -4,8 +4,6 @@ npm install --save \
class-transformer \ class-transformer \
@nestjs/swagger \ @nestjs/swagger \
swagger-ui-express \ swagger-ui-express \
lodash
npm install --save-dev \ npm install --save-dev \
@types/lodash \
@types/express @types/express
#!/bin/bash #!/bin/bash
npm install --save \
lodash
npm install --save-dev \ npm install --save-dev \
@types/node \ @types/node \
@types/lodash \
typescript \ typescript \
'@typescript-eslint/eslint-plugin@^4.28.2' \ '@typescript-eslint/eslint-plugin@^4.28.2' \
'@typescript-eslint/parser@^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