Skip to content

Commit 0f89271

Browse files
author
Tom Berey
committed
Ver:1.0.4--Minor-updates
1 parent 15329c1 commit 0f89271

File tree

4 files changed

+8
-3
lines changed

4 files changed

+8
-3
lines changed

.npmignore

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
.github
2+
screenshots
3+
public
4+
.gitignore

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -147,6 +147,7 @@ Below is the refined and confirmed roadmap, that has been planned for completion
147147
|:---|:---|:---|
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> |
150+
| 1.0.4 | 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> |
150151

151152
<br><hr><br>
152153

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: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "simple-txt-logger",
3-
"version": "1.0.3",
3+
"version": "1.0.4",
44
"description": "simple-txt-logger",
55
"homepage": "https://github.com/tberey/simple-txt-logger#readme",
66
"repository": {

0 commit comments

Comments
 (0)