Skip to content

Commit

Permalink
Merge pull request #19 from saadouus/master
Browse files Browse the repository at this point in the history
fix issue #15 Missing plugin name
  • Loading branch information
André König committed May 28, 2016
2 parents da61e4f + 72245a3 commit fe668a0
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 fe668a0

Please # to comment.