smirky 1.0.1 → 1.0.4

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/README.md +0 -7
  2. package/package.json +5 -1
package/README.md CHANGED
@@ -89,13 +89,6 @@ Hello! This is my first blog post powered by Smirky.
89
89
  npm run build
90
90
  ```
91
91
 
92
- > **Note:** Make sure your `package.json` has this script:
93
-
94
- ```json
95
- "scripts": {
96
- "build": "smirky"
97
- }
98
- ```
99
92
 
100
93
  The generated site will be in the `dist/` folder. Deploy it anywhere: Netlify, Vercel, GitHub Pages, etc.
101
94
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "smirky",
3
- "version": "1.0.1",
3
+ "version": "1.0.4",
4
4
  "description": "A tiny, theme-friendly static website generator powered by Markdown.",
5
5
  "type": "module",
6
6
  "scripts": {
@@ -23,6 +23,10 @@
23
23
  ],
24
24
  "author": "Geoffrey Callaghan",
25
25
  "license": "MIT",
26
+ "repository": {
27
+ "type": "git",
28
+ "url": "https://github.com/fabformhub/smirky"
29
+ },
26
30
  "dependencies": {
27
31
  "gray-matter": "^4.0.3",
28
32
  "marked": "^12.0.0"