From 72245a33daabe6a846c60e725b8b22e765adf3d1 Mon Sep 17 00:00:00 2001 From: Ahmed Saad Date: Fri, 13 May 2016 18:33:49 +0200 Subject: [PATCH] fix issue #15 Missing plugin name fix issue #15 Missing plugin name --- index.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.ts b/index.ts index 0b020bf..83d0265 100644 --- a/index.ts +++ b/index.ts @@ -27,7 +27,7 @@ import {SVG, UUID} from './lib/index'; var map_limit = require('map-stream-limit'); var map = require('map-stream'); -const PLUGIN_NAME = require('./package.json'); +const PLUGIN_NAME = require('./package.json').name; class Command {