From 6af7aea76f1d49a418c35ebd0e52134ba8317b65 Mon Sep 17 00:00:00 2001 From: Claudio Cardinale Date: Tue, 13 Sep 2016 13:14:05 +0200 Subject: [PATCH] [elixir] dependence added --- package.json | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 583ff48..6a55e83 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "material-icons-translator", - "version": "0.1.0", + "version": "0.1.1", "description": "This library translates all occurrences of material icons name to the unicode form", "main": "index.js", "scripts": { @@ -33,7 +33,8 @@ "material-design-icons": "^3.0.1", "object.pick": "^1.1.2", "require-text": "0.0.1", - "through2": "^2.0.1" + "through2": "^2.0.1", + "laravel-elixir": "^4.0.0" }, "devDependencies": { "chai": "^3.5.0",