From 8d2374b4419184c8af27f16036ccfd1f5eb1ca7c Mon Sep 17 00:00:00 2001 From: Louis Tung Date: Wed, 3 Apr 2019 12:31:39 +0800 Subject: [PATCH] Fix the issue that cannot require this module in non-webpack builded project --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index f7af610..1db853a 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "unicode-bidirectional", "version": "2.0.5", "description": "An implementation of Unicode 9.0.0 Bidirectional Algorithm", - "main": "dist/unicode-bidirectional.js", + "main": "dist/unicode.bidirectional.js", "module": "src/main.js", "es6": "src/main.js", "scripts": {