From 8065b15c810c3be8a121821236b6f8fce2f02ed3 Mon Sep 17 00:00:00 2001 From: wooorm Date: Sun, 13 Jul 2014 11:03:20 +0200 Subject: [PATCH] 827a72f by accident removed retext-ast, this reintroduces the dependency --- package.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index a73fe0c..0f070c1 100644 --- a/package.json +++ b/package.json @@ -16,7 +16,8 @@ "istanbul": "^0.3.0", "jscs": "^1.5.3", "mocha": "~1.20.1", - "retext": "^0.1.0-rc.4" + "retext": "^0.1.0-rc.4", + "retext-ast": "^0.1.0" }, "repository": { "type": "git",