From 84cd10b53152a7b75e645db626efef698eb7d3da Mon Sep 17 00:00:00 2001 From: guybedford Date: Sun, 13 Sep 2015 16:14:29 +0200 Subject: [PATCH] clarify extension handling --- test/tests/testpkg/system.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/tests/testpkg/system.json b/test/tests/testpkg/system.json index 568b4743..b6d11430 100644 --- a/test/tests/testpkg/system.json +++ b/test/tests/testpkg/system.json @@ -12,7 +12,7 @@ }, "map": { "./json": "./json.json", - "./dir/": "./dir/index.js", + "./dir/": "./dir/index", "./dir2": "./dir2/index.json", "./dir/test": "global-test", "./env-module": {