Skip to content

Commit

Permalink
fix issue akoenig#15 Missing plugin name
Browse files Browse the repository at this point in the history
fix issue akoenig#15 Missing plugin name
  • Loading branch information
Ahmed Saad committed May 13, 2016
1 parent da61e4f commit 72245a3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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 {

Expand Down

0 comments on commit 72245a3

Please # to comment.