We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2d69c85 commit cde6e3dCopy full SHA for cde6e3d
README.md
@@ -25,9 +25,7 @@ Effortlessly bootstrap strongly-typed TypeScript npm libraries with minimal conf
25
26
Here’s what your project structure will look like:
27
28
-<div style="text-align: center;">
29
- 
30
-</div>
+
31
32
2. Replace all occurrences of `my-app` with your app’s name, and `my-description` with a description.
33
package.json
@@ -1,7 +1,7 @@
1
{
2
"name": "ts-hajime",
3
"description": "Delightfully bootstraps TypeScript npm libraries.",
4
- "version": "0.0.18",
+ "version": "0.0.19",
5
"scripts": {
6
"reset": "rm -rf node_modules && npm i",
7
"prepublishOnly": "npm run build",
0 commit comments