Skip to content

Commit db68377

Browse files
committed
Keep optional dependencies in build.
1 parent 68df7eb commit db68377

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

grunt/config/update_json.js

+2-1
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+
'optionalDependencies': null
2324
}
2425
},
2526
bower: {

0 commit comments

Comments
 (0)