Skip to content

Commit

Permalink
Merge pull request #766 from psyked/patch-3
Browse files Browse the repository at this point in the history
docs(migration): module.export/module.exports
  • Loading branch information
dignifiedquire committed Oct 1, 2013
2 parents 2576302 + b43b395 commit 85637ae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/about/03-migration.md
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ files = [
];

// change to
module.export = function(config) {
module.exports = function(config) {
config.set({
frameworks: ['jasmine'],
files: ['*.js']
Expand Down

0 comments on commit 85637ae

Please sign in to comment.