We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9a212f0 commit a0e5491Copy full SHA for a0e5491
index.js
@@ -4,7 +4,7 @@ module.exports = BananaSlug
4
5
var own = Object.hasOwnProperty
6
var whitespace = /\s/g
7
-var specials = /[\u2000-\u206F\u2E00-\u2E7F\\'!"#$%&()*+,./:;<=>?@[\]^`{|}~]/g
+var specials = /[\u2000-\u206F\u2E00-\u2E7F\\'!"#$%&()*+,./:;<=>?@[\]^`{|}~’]/g
8
9
function BananaSlug () {
10
var self = this
0 commit comments