Skip to content

Commit cde6e3d

Browse files
committed
update readme
1 parent 2d69c85 commit cde6e3d

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

README.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,9 +25,7 @@ Effortlessly bootstrap strongly-typed TypeScript npm libraries with minimal conf
2525

2626
Here’s what your project structure will look like:
2727

28-
<div style="text-align: center;">
29-
![Folder Structure](./img.png)
30-
</div>
28+
![Folder Structure](./img.png)
3129

3230
2. Replace all occurrences of `my-app` with your app’s name, and `my-description` with a description.
3331

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "ts-hajime",
33
"description": "Delightfully bootstraps TypeScript npm libraries.",
4-
"version": "0.0.18",
4+
"version": "0.0.19",
55
"scripts": {
66
"reset": "rm -rf node_modules && npm i",
77
"prepublishOnly": "npm run build",

0 commit comments

Comments
 (0)