From dd60175e637059b822df4c0e157fe0023cdf5416 Mon Sep 17 00:00:00 2001 From: nichoth Date: Mon, 2 Nov 2015 08:43:41 -0800 Subject: [PATCH] don't browserify unicode/category/So --- package.json | 1 + 1 file changed, 1 insertion(+) diff --git a/package.json b/package.json index 1794401..24edc86 100644 --- a/package.json +++ b/package.json @@ -5,6 +5,7 @@ , "author": "dodo (https://github.com/dodo)" , "repository": {"type": "git", "url": "git://github.com/dodo/node-slug.git"} , "main": "slug.js" +, "browser": {"unicode/category/So": false} , "engines": {"node": ">= 0.4.x"} , "keywords": ["slugify", "slug", "string", "utf8", "utf-8", "unicode", "url"] , "scripts": {