Skip to content

Commit

Permalink
2
Browse files Browse the repository at this point in the history
  • Loading branch information
Dnyo666 committed Nov 25, 2024
1 parent c05487c commit b6304ba
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 12 deletions.
7 changes: 3 additions & 4 deletions components/App.js
Original file line number Diff line number Diff line change
@@ -1,10 +1,9 @@
import lodash from 'lodash'
import Version from './Version.js'
import { plugin, logger } from '#lib'
import plugin from '../../../lib/plugins/plugin.js'
import { Version } from './Version.js'

const throttle = {}

export default class {
export class App {
constructor ({
id,
name,
Expand Down
9 changes: 1 addition & 8 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,16 +5,9 @@
"main": "index.js",
"type": "module",
"dependencies": {
"axios": "^1.6.7",
"http-proxy-agent": "^7.0.2",
"lodash": "^4.17.21",
"moment": "^2.30.1",
"node-schedule": "^2.1.1"
},
"author": "Dnyo666",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/Dnyo666/Class-Plugin"
}
"license": "MIT"
}

0 comments on commit b6304ba

Please sign in to comment.