diff options
| author | herom <[email protected]> | 2013-08-21 14:16:45 +0430 |
|---|---|---|
| committer | Chris Rebert <[email protected]> | 2013-10-09 18:03:04 -0700 |
| commit | aad70834fc2546d5e877898098707930a7d7a4c3 (patch) | |
| tree | c7d4cc221bb4427148acc2bce330129a2b782e00 /package.json | |
| parent | 58a47b6bfd274e7018316c0ea77ce0ca40a7e53f (diff) | |
| download | bootstrap-aad70834fc2546d5e877898098707930a7d7a4c3.tar.xz bootstrap-aad70834fc2546d5e877898098707930a7d7a4c3.zip | |
Fixes #9925: convert font data to base64, fixing 0xefbfbd (Unicode Replacement Character) chars in customizer fonts.
Merges #9982
Diffstat (limited to 'package.json')
| -rw-r--r-- | package.json | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/package.json b/package.json index f27a55445..c60f2decf 100644 --- a/package.json +++ b/package.json @@ -20,7 +20,8 @@ } ] , "devDependencies": { - "grunt": "~0.4.1" + "btoa": "~1.1.1" + , "grunt": "~0.4.1" , "grunt-contrib-clean": "~0.5.0" , "grunt-contrib-concat": "~0.3.0" , "grunt-contrib-connect": "~0.5.0" |
