Skip to content

Commit

Permalink
Merge pull request #251 from chrisbutler/master
Browse files Browse the repository at this point in the history
update fibers version for #250
  • Loading branch information
Chris Butler authored Sep 9, 2016
2 parents 680ab28 + 8abd635 commit dc77fc2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
2 changes: 0 additions & 2 deletions lib/tools/meteor.js
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,6 @@ module.exports.createEmptyMeteorProject = function createEmptyMeteorProject(name
_.each(fs.readdirSync(appDirectory), function (entryPath) {
if (entryPath === '.git') return;
if (entryPath === '.meteor') return;
// depreciate fs and use del instead.
//fs.unlinkSync(path.join(appDirectory, entryPath));
del.sync(path.join(appDirectory, entryPath));
});
} finally {
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "iron-meteor",
"version": "1.5.2",
"version": "1.5.3",
"description": "A command line tool for scaffolding Meteor applications.",
"homepage": "https://github.com/iron-meteor/iron-cli",
"bugs": {
Expand All @@ -17,7 +17,7 @@
"cli-table": "0.3.0",
"delete": "^0.3.0",
"ejs": "0.8.5",
"fibers": "1.0.8",
"fibers": "1.0.14",
"minimist": "0.0.8",
"shell-source": "1.1.0",
"single-line-log": "0.4.1",
Expand Down

0 comments on commit dc77fc2

Please sign in to comment.