Skip to content

Commit fea2304

Browse files
author
Tom Berey
committed
Ver:1.0.6--Minor-Docs-Updates
1 parent 3b3aa7f commit fea2304

File tree

3 files changed

+7
-6
lines changed

3 files changed

+7
-6
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ This is a simple and easy to use logging tool, that is also light-weight. It str
7575
* [Nodejs](https://nodejs.org/en/) - Node Runtime Environment.
7676
* [fs](https://nodejs.org/api/fs.html) - Asynchronous File Sytem methods.
7777
* [ESLint](https://eslint.org/) - Code Parsing, Styling & Error Checking.
78-
* [Mocha-Chai](https://mochajs.org/) - Testing with Mocha Framework, using the Chai Library.
78+
* Tested with [Mocha-Chai](https://mochajs.org/) - Testing with Mocha Framework, using the Chai Library.
7979

8080
<br><hr><br>
8181

@@ -148,6 +148,7 @@ Below is the refined and confirmed roadmap, that has been planned for completion
148148
| 1.0.0 | 2021-07-09 | <ul><li>Initial Commit - Release Day!</li><li>Add inital directory structure and files.</li><li>Add Screenshots directory, and images.</li><li>Create and format README.md</li></ul> |
149149
| 1.0.1, 1.0.2, 1.0.3 | 2021-07-14 | <ul><li>NPM Package Release Day!</li><li>Update all dependancies.</li><li>Remove old test commands from package.json and codeql.yml.</li><li>Update README.md.</li></ul> |
150150
| 1.0.4, 1.0.5 | 2021-07-14 | <ul><li>NPM Package Release Day!</li><li>Remove files and folders that are unecessary to npm.</li><li>Update README.md.</li></ul> |
151+
| 1.0.6 | 2021-07-16 | <ul><li>Update package.json</li><li>Add npm keywords.</li><li>Update README.md.</li></ul> |
151152

152153
<br><hr><br>
153154

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "simple-txt-logger",
3-
"version": "1.0.5",
3+
"version": "1.0.6",
44
"description": "simple-txt-logger",
55
"homepage": "https://github.com/tberey/simple-txt-logger#readme",
66
"repository": {
@@ -16,8 +16,8 @@
1616
"start": "node build/SimpleTxtLogger.js",
1717
"lint": "eslint . --ext .ts"
1818
},
19-
"keywords": [],
20-
"author": "Tom Berey (github/tberey)",
19+
"keywords": ["logging", "logger", "log", "logs", "txt", "simple", "text", "light", "easy", "lightweight"],
20+
"author": "Tom Berey <[email protected]> (https://github.com/tberey)",
2121
"license": "MIT",
2222
"devDependencies": {
2323
"@typescript-eslint/eslint-plugin": "latest",

0 commit comments

Comments
 (0)