Skip to content

Commit f054e2a

Browse files
author
Tom Berey
committed
Ver:1.0.5--Minor-updates
1 parent 0f89271 commit f054e2a

File tree

3 files changed

+5
-4
lines changed

3 files changed

+5
-4
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -147,7 +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> |
150+
| 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> |
151151

152152
<br><hr><br>
153153

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: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "simple-txt-logger",
3-
"version": "1.0.4",
3+
"version": "1.0.5",
44
"description": "simple-txt-logger",
55
"homepage": "https://github.com/tberey/simple-txt-logger#readme",
66
"repository": {
@@ -9,6 +9,7 @@
99
},
1010
"main": "build/SimpleTxtLogger.js",
1111
"types": "build/SimpleTxtLogger.d.ts",
12+
"files": ["build/*"],
1213
"scripts": {
1314
"setup": "npm update && npm install",
1415
"build": "tsc",

0 commit comments

Comments
 (0)