Skip to content

Commit 56ebdb9

Browse files
committed
Include browser field in release package.json.
1 parent c3f2a42 commit 56ebdb9

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

grunt/config/update_json.js

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,8 @@ module.exports = {
1919
'repository': null,
2020
'keywords': null,
2121
'main': null,
22-
'dependencies': null
22+
'dependencies': null,
23+
'browser': null
2324
}
2425
},
2526
bower: {
@@ -36,6 +37,7 @@ module.exports = {
3637
'keywords': null,
3738
'main': null,
3839
'dependencies': null,
40+
'browser': null,
3941
'ignore': []
4042
}
4143
}

0 commit comments

Comments
 (0)