Skip to content

Commit

Permalink
Ver:1.0.6--Minor-Docs-Updates
Browse files Browse the repository at this point in the history
  • Loading branch information
tberey committed Jul 16, 2021
1 parent 3b3aa7f commit fea2304
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 6 deletions.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ This is a simple and easy to use logging tool, that is also light-weight. It str
* [Nodejs](https://nodejs.org/en/) - Node Runtime Environment.
* [fs](https://nodejs.org/api/fs.html) - Asynchronous File Sytem methods.
* [ESLint](https://eslint.org/) - Code Parsing, Styling & Error Checking.
* [Mocha-Chai](https://mochajs.org/) - Testing with Mocha Framework, using the Chai Library.
* Tested with [Mocha-Chai](https://mochajs.org/) - Testing with Mocha Framework, using the Chai Library.

<br><hr><br>

Expand Down Expand Up @@ -148,6 +148,7 @@ Below is the refined and confirmed roadmap, that has been planned for completion
| 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> |
| 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> |
| 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> |
| 1.0.6 | 2021-07-16 | <ul><li>Update package.json</li><li>Add npm keywords.</li><li>Update README.md.</li></ul> |

<br><hr><br>

Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "simple-txt-logger",
"version": "1.0.5",
"version": "1.0.6",
"description": "simple-txt-logger",
"homepage": "https://github.com/tberey/simple-txt-logger#readme",
"repository": {
Expand All @@ -16,8 +16,8 @@
"start": "node build/SimpleTxtLogger.js",
"lint": "eslint . --ext .ts"
},
"keywords": [],
"author": "Tom Berey (github/tberey)",
"keywords": ["logging", "logger", "log", "logs", "txt", "simple", "text", "light", "easy", "lightweight"],
"author": "Tom Berey <tomberey1@gmail.com> (https://github.com/tberey)",
"license": "MIT",
"devDependencies": {
"@typescript-eslint/eslint-plugin": "latest",
Expand Down

0 comments on commit fea2304

Please sign in to comment.