From ad36eb760d602b9234393354da3cec1ba826c44d Mon Sep 17 00:00:00 2001 From: Rafael de Figueiredo Alves Date: Thu, 8 Jun 2023 22:49:15 -0300 Subject: [PATCH] Added boss files --- boss-lock.json | 5 +++++ boss.json | 9 +++++++++ 2 files changed, 14 insertions(+) create mode 100644 boss-lock.json create mode 100644 boss.json diff --git a/boss-lock.json b/boss-lock.json new file mode 100644 index 0000000..45bd68a --- /dev/null +++ b/boss-lock.json @@ -0,0 +1,5 @@ +{ + "hash": "d41d8cd98f00b204e9800998ecf8427e", + "updated": "2023-06-08T22:47:36.4803499-03:00", + "installedModules": {} +} \ No newline at end of file diff --git a/boss.json b/boss.json new file mode 100644 index 0000000..f317f06 --- /dev/null +++ b/boss.json @@ -0,0 +1,9 @@ +{ + "name": "DotEnv4Delphi", + "description": "A library to use .env files in Delphi. Also to be able to use Environment variables in a simpler way", + "version": "1.1.0", + "homepage": "https://github.com/rafael-figueiredo-alves/DotEnv4Delphi", + "mainsrc": "./src", + "projects": [], + "dependencies": {} +} \ No newline at end of file