Skip to content

Commit

Permalink
Include browser field in release package.json.
Browse files Browse the repository at this point in the history
  • Loading branch information
evanvosberg committed Jul 22, 2021
1 parent c3f2a42 commit 56ebdb9
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion grunt/config/update_json.js
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,8 @@ module.exports = {
'repository': null,
'keywords': null,
'main': null,
'dependencies': null
'dependencies': null,
'browser': null
}
},
bower: {
Expand All @@ -36,6 +37,7 @@ module.exports = {
'keywords': null,
'main': null,
'dependencies': null,
'browser': null,
'ignore': []
}
}
Expand Down

0 comments on commit 56ebdb9

Please sign in to comment.