From ef05fc5891585f1d8418a61efb2abc54172c6751 Mon Sep 17 00:00:00 2001 From: Matthew R Date: Tue, 29 Oct 2019 16:06:47 -0400 Subject: [PATCH] v1.1.0 --- package.json | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 5a1ade5..0fb9ffc 100644 --- a/package.json +++ b/package.json @@ -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",