From 1154978ce3a75964b7657bec8857208edfe06b35 Mon Sep 17 00:00:00 2001 From: Alexander Yakovlev Date: Thu, 9 Jun 2016 09:52:34 +0700 Subject: [PATCH] Added inkjs to package.json --- package.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index 00eaed3..15072ac 100644 --- a/package.json +++ b/package.json @@ -17,6 +17,7 @@ "gulp-concat": "^2.6.0", "vinyl-buffer": "^1.0.0", "vinyl-source-stream": "^1.1.0", - "watchify": "^3.1.0" + "watchify": "^3.1.0", + "inkjs": "^0.3.0" } }