Skip to content

Commit db4a322

Browse files
cj-vanaclaude
andcommitted
fix: move gray-matter and reading-time to dependencies
These packages are needed at build time, not just dev time. Netlify sets NODE_ENV=production which skips devDependencies. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
1 parent 68251c4 commit db4a322

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

package.json

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -33,9 +33,7 @@
3333
"remark-gfm": "^4.0.0",
3434
"tailwindcss": "^4",
3535
"tsx": "^4.21.0",
36-
"typescript": "^5"
37-
},
38-
"devDependencies": {
36+
"typescript": "^5",
3937
"gray-matter": "^4.0.3",
4038
"reading-time": "^1.5.0"
4139
}

0 commit comments

Comments
 (0)