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",