diff options
Diffstat (limited to 'examples/blog')
-rw-r--r-- | examples/blog/package.json | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/examples/blog/package.json b/examples/blog/package.json index 2ff9a89c4..bef8b9d08 100644 --- a/examples/blog/package.json +++ b/examples/blog/package.json @@ -7,8 +7,7 @@ "build": "astro build" }, "devDependencies": { - "astro": "^0.13.0", - "nodemon": "^2.0.7" + "astro": "^0.13.0" }, "snowpack": { "workspaceRoot": "../.." |