Skip to content

Commit

Permalink
Fix build broken by chaijs/chai#985
Browse files Browse the repository at this point in the history
  • Loading branch information
bergie committed Jun 3, 2017
1 parent 2b4a87f commit b12c12b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Gruntfile.coffee
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ module.exports = ->
]
]
resolve:
extensions: [".coffee", ".js"]
extensions: [".coffee", ".js", ".json"]
node:
fs: "empty"
ignores: [
Expand Down

0 comments on commit b12c12b

Please sign in to comment.