forked from engineering/cloudservices
update package.json
parent
9b412ae7df
commit
2870b4a4ac
File diff suppressed because it is too large
Load Diff
|
@ -1,11 +1,11 @@
|
|||
{
|
||||
"name": "cloudservices-rewrite-rewrite",
|
||||
"version": "0.0.1",
|
||||
"description": "The official LOC Cloud Services system, this is a rewrite of the rewrite the original version.",
|
||||
"name": "cloudservices-rewrite",
|
||||
"version": "2.0",
|
||||
"description": "The official LOC Cloud Services system, this is a rewrite the original version, using discord.js.",
|
||||
"main": "dist/Client.js",
|
||||
"scripts": {
|
||||
"lint": "eslint ./ --ext ts --fix",
|
||||
"build": "tsc -p ./tsconfig.json",
|
||||
"build": "make",
|
||||
"lint-find": "eslint ./ --ext ts"
|
||||
},
|
||||
"author": "Library of Code sp-us Engineering Team",
|
||||
|
|
Loading…
Reference in New Issue