Skip to content

Commit

Permalink
Update package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
ReduxFlakes authored Jun 14, 2024
1 parent 0893d89 commit c7983e4
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,18 +4,17 @@
"scripts": {
"start": "bunx eleventy --serve",
"build": "bunx eleventy",
"build:deploy": "npx eleventy"
},
"keywords": [],
"author": "ReduxFlakes",
"license": "GPL-2.0-only",
"devDependencies": {
"@11ty/eleventy": "2.0.1",
"@11ty/eleventy-plugin-rss": "2.0.0",
"luxon": "3.4.3",
"@11ty/eleventy-plugin-rss": "~1.2.0",
"luxon": "^3.4.4",
"markdown-it": "14.1.0",
"markdown-it-anchor": "9.0.1",
"markdown-it-attrs": "4.1.6",
"markdown-it-anchor": "^9.0.1",
"markdown-it-attrs": "^4.1.6",
"nunjucks-markdown": "2.0.1"
}
}

0 comments on commit c7983e4

Please sign in to comment.