Skip to content

Commit

Permalink
docs: add readme and remove wrong links
Browse files Browse the repository at this point in the history
  • Loading branch information
CodeWitchBella committed Aug 21, 2021
1 parent 5e3a678 commit 9fb6848
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 19 deletions.
10 changes: 10 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
# @isbl/settings

[![](https://img.shields.io/npm/l/@isbl/settings?style=for-the-badge)](https://github.com/CodeWitchBella/isbl-settings/blob/main/LICENSE)
[![](https://img.shields.io/npm/v/@isbl/settings?style=for-the-badge)](https://www.npmjs.com/package/@isbl/settings)
[![](https://img.shields.io/david/CodeWitchBella/isbl-settings?style=for-the-badge)](https://github.com/CodeWitchBella/isbl-settings/blob/main/package.json)
![](https://img.shields.io/github/last-commit/CodeWitchBella/isbl-settings?style=for-the-badge)
[![](https://img.shields.io/github/release-date/CodeWitchBella/isbl-settings?style=for-the-badge)](https://github.com/CodeWitchBella/isbl-settings/releases)

Load settings from files, options and env with type checking and automatic
typescript types.
9 changes: 5 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,13 +8,14 @@
"types": "dist/index.d.ts",
"author": "Isabella Skořepová <isabella@skorepova.info>",
"license": "MIT",
"bugs": {
"url": "https://gitlab.com/codewitchbella/isa-scripts/issues"
},
"homepage": "https://gitlab.com/codewitchbella/isa-scripts#readme",
"publishConfig": {
"access": "public"
},
"files": [
"dist",
"src",
"README.md"
],
"dependencies": {
"@types/lodash.camelcase": "^4.3.6",
"@types/lodash.mapvalues": "^4.6.6",
Expand Down
16 changes: 1 addition & 15 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1038,21 +1038,7 @@
resolved "https://registry.yarnpkg.com/@types/estree/-/estree-0.0.39.tgz#e177e699ee1b8c22d23174caaa7422644389509f"
integrity sha512-EYNwp3bU+98cpU4lAWYYL7Zz+2gryWH1qbdDTidVd6hkiR6weksdbMadyXKXNPEkQFhXM+hVO9ZygomHXp+AIw==

"@types/lodash.camelcase@^4.3.6":
version "4.3.6"
resolved "https://registry.yarnpkg.com/@types/lodash.camelcase/-/lodash.camelcase-4.3.6.tgz#393c748b70cd926fc629e6502a9d0929f217d5fd"
integrity sha512-hd/TEuPd76Jtf1xEq85CHbCqR+iqvs5IOKyrYbiaOg69BRQgPN9XkvLj8Jl8rBp/dfJ2wQ1AVcP8mZmybq7kIg==
dependencies:
"@types/lodash" "*"

"@types/lodash.mapvalues@^4.6.6":
version "4.6.6"
resolved "https://registry.yarnpkg.com/@types/lodash.mapvalues/-/lodash.mapvalues-4.6.6.tgz#899b6e1d3b9b4e313bc332ec18182f9fce7aec7c"
integrity sha512-Mt9eg3AqwAt5HShuOu8taiIYg0sLl4w3vDi0++E0VtiOtj9DqQHaxVr3wicVop0eDEqr5ENbht7vsLJlkMHL+w==
dependencies:
"@types/lodash" "*"

"@types/lodash@*":
"@types/lodash@^4.14.172":
version "4.14.172"
resolved "https://registry.yarnpkg.com/@types/lodash/-/lodash-4.14.172.tgz#aad774c28e7bfd7a67de25408e03ee5a8c3d028a"
integrity sha512-/BHF5HAx3em7/KkzVKm3LrsD6HZAXuXO1AJZQ3cRRBZj4oHZDviWPYu0aEplAqDFNHZPW6d3G7KN+ONcCCC7pw==
Expand Down

0 comments on commit 9fb6848

Please sign in to comment.