Skip to content

Commit f1ed828

Browse files
committed
1.3
1 parent 68b5623 commit f1ed828

File tree

3 files changed

+49
-49
lines changed

3 files changed

+49
-49
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
- Includes 4 readme templates: Bot, Hackathon, Minimal, Standard, based on [The-Documentation-Compendium](https://github.com/kylelobo/The-Documentation-Compendium)
1616
- Creates README.md with context menu
1717
- Supports package.json and composer.json
18-
- Creates project name by reading package.json
18+
- Creates project name by reading config
1919

2020
## Logo
2121

package-lock.json

Lines changed: 46 additions & 46 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 & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "vscode-readme-pattern",
33
"displayName": "Readme Pattern",
44
"description": "A VSCode extension that generates README.md files",
5-
"version": "1.2.0",
5+
"version": "1.3.0",
66
"publisher": "thomascsd",
77
"author": "Thomas Chang",
88
"license": "MIT",
@@ -62,7 +62,7 @@
6262
"@types/mocha": "^2.2.42",
6363
"@types/node": "^10.12.21",
6464
"@types/vscode": "^1.37.0",
65-
"tslint": "^5.18.0",
65+
"tslint": "^6.1.3",
6666
"typescript": "^3.5.3",
6767
"vscode-test": "^1.2.0"
6868
}

0 commit comments

Comments
 (0)