Skip to content

Commit

Permalink
Build: Actually dependencies must be an array
Browse files Browse the repository at this point in the history
  • Loading branch information
jzaefferer committed Mar 18, 2014
1 parent fcbd24a commit 9a49c98
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions build/release.js
Expand Up @@ -23,6 +23,6 @@ Release.define({

};

module.exports.dependencies = {
shelljs: "0.2.6"
};
module.exports.dependencies = [
"shelljs@0.2.6"
];

0 comments on commit 9a49c98

Please sign in to comment.