diff --git a/package.json b/package.json index dc37331..772c8da 100644 --- a/package.json +++ b/package.json @@ -98,8 +98,6 @@ "node-sass": "^4.5.0", "nunjucks": "^3.0.0", "ora": "^1.1.0", - "reptar-excerpt": "0.8.0", - "reptar-html-minifier": "^0.7.0", "resolve": "^1.2.0", "rimraf": "^2.5.4", "slug": "^0.9.1", diff --git a/test/fixtures/simple-site/src/package.json b/test/fixtures/simple-site/src/package.json index 9dd05d9..a75795c 100644 --- a/test/fixtures/simple-site/src/package.json +++ b/test/fixtures/simple-site/src/package.json @@ -1,7 +1,3 @@ { - "name": "simple-fixture", - "dependencies": { - "reptar-excerpt": "^0.6.0", - "reptar-html-minifier": "^0.6.0" - } + "name": "simple-fixture" }