From ea8068652b0dcd484d4a6056553d2a52d64ae27a Mon Sep 17 00:00:00 2001 From: Kevin Sawicki Date: Thu, 7 Mar 2013 10:18:08 -0800 Subject: [PATCH] Add oniguruma to package.json --- package.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index dd2cd3c3b..229724ffc 100644 --- a/package.json +++ b/package.json @@ -4,7 +4,8 @@ "dependencies": { "coffee-script": "1.5", - "ctags": "0.1.0" + "ctags": "0.1.0", + "oniguruma": "0.2.0" }, "scripts": {