merge-requests/1/merge
Matthew 2019-10-29 16:06:47 -04:00
parent 29b061eaa6
commit ef05fc5891
No known key found for this signature in database
GPG Key ID: 766BE43AE75F7559
1 changed files with 3 additions and 2 deletions

View File

@ -1,10 +1,11 @@
{
"name": "cloudservices-rewrite",
"version": "1.0.0",
"version": "1.1.0",
"description": "The official LOC Cloud Services system, this is a rewrite of the original version. ",
"main": "dist/Client.js",
"scripts": {
"lint": "eslint ./ --ext ts --fix"
"lint": "eslint ./ --ext ts --fix",
"build": "tsc -p ./tsconfig.json"
},
"author": "Library of Code sp-us Engineering Team",
"license": "MIT",