diff options
author | 2021-06-11 15:07:30 -0600 | |
---|---|---|
committer | 2021-06-11 15:07:30 -0600 | |
commit | 9d3cd494106ea09f0d80acde487f250a0480cfd3 (patch) | |
tree | 7d1f1987d3f7651979ab575665209da52a768ea3 /examples/blog | |
parent | e7b5ad362cd4d1a73d8c05df34a6b86743457f8a (diff) | |
download | astro-9d3cd494106ea09f0d80acde487f250a0480cfd3.tar.gz astro-9d3cd494106ea09f0d80acde487f250a0480cfd3.tar.zst astro-9d3cd494106ea09f0d80acde487f250a0480cfd3.zip |
Improve templates test (#377)
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": "../.." |