Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
krzysztof-o committed Nov 9, 2016
1 parent f4e2a3c commit c57ff3f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
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('shelljs').exec;
var exec = require('platform-cmd').exec;
var fs = require('fs');
var Mustache = require('mustache');
var async = require('async');
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"glob": "~3.2.6",
"mustache": "~0.7.2",
"optimist": "~0.6.0",
"shelljs": "^0.7.4",
"platform-cmd": "0.0.2"
"underscore": "~1.5.2"
},
"devDependencies": {
Expand Down

0 comments on commit c57ff3f

Please sign in to comment.