Skip to content

Commit

Permalink
Merge pull request #218 from chrisbutler/master
Browse files Browse the repository at this point in the history
don't template npm.depends
  • Loading branch information
Chris Butler committed Oct 12, 2015
2 parents a0354b7 + a925b3f commit 88c0229
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions lib/templates/package/package.js
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,3 @@ Package.onTest(function (api) {
api.use('[email protected]');
api.addFiles('test/<%= name %>.js', 'server');
});

Npm.depends({
"package": "X.X.X"
});

0 comments on commit 88c0229

Please sign in to comment.