Skip to content

Commit

Permalink
dependence update fixed
Browse files Browse the repository at this point in the history
require('platform-command') => require('platform-cmd')
  • Loading branch information
akinoniku authored Oct 8, 2016
1 parent 134458c commit 030310e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/generator.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
var exec = require('platform-command').exec;
var exec = require('platform-cmd').exec;
var fs = require('fs');
var Mustache = require('mustache');
var async = require('async');
Expand Down

0 comments on commit 030310e

Please sign in to comment.