From fba59e2492f472a3e41b5e8a5299ef9ca70fb4ea Mon Sep 17 00:00:00 2001 From: Jake Champion Date: Thu, 7 Jun 2018 00:43:08 +0100 Subject: [PATCH] Reference correct file when attempt to import g6 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 8eec395bc..fa4e5ea60 100644 --- a/package.json +++ b/package.json @@ -4,7 +4,7 @@ "description": "graph visualization frame work, graph editor, graph analyser", "main": "lib/index.js", "browser": "build/g6.js", - "module": "src/g6.js", + "module": "src/index.js", "homepage": "https://github.com/antvis/g6", "author": "https://github.com/orgs/antvis/people", "repository": {