Skip to content

Commit

Permalink
transliteration 1.6.2 (#2389)
Browse files Browse the repository at this point in the history
- Related to #2090 and #2091
- Reduces minified footprint by315k
- updates client import
  • Loading branch information
Aaron Judd authored Jun 2, 2017
1 parent 96db617 commit 0b5bbd6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion client/modules/core/helpers/utils.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// client slugify only works when import minified version.
import "transliteration/lib/browser/transliteration.min.js";
import "transliteration/lib/browser/transliteration.js";

/**
* getSlug - return a client slugified string using the "slugify"
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@
"swiper": "^3.4.2",
"tether-drop": "^1.4.2",
"tether-tooltip": "^1.2.0",
"transliteration": "1.5.2",
"transliteration": "1.6.2",
"twilio": "^2.11.1",
"url": "^0.11.0",
"velocity-animate": "^1.5.0",
Expand Down

0 comments on commit 0b5bbd6

Please sign in to comment.