merge-requests/1/merge
Bsian 2019-12-17 00:14:16 +00:00
parent fbe76e1a98
commit f0298b4d53
No known key found for this signature in database
GPG Key ID: 097FB9A291026091
1 changed files with 2 additions and 1 deletions

View File

@ -5,7 +5,8 @@
"main": "dist/Client.js", "main": "dist/Client.js",
"scripts": { "scripts": {
"lint": "eslint ./ --ext ts --fix", "lint": "eslint ./ --ext ts --fix",
"build": "tsc -p ./tsconfig.json" "build": "tsc -p ./tsconfig.json",
"lint-find": "eslint ./ --ext ts"
}, },
"author": "Library of Code sp-us Engineering Team", "author": "Library of Code sp-us Engineering Team",
"license": "AGPL-3.0-only", "license": "AGPL-3.0-only",