From 04ac34382ef7584131dbce52f5bddaff3b2537b6 Mon Sep 17 00:00:00 2001 From: Cory LaViska Date: Thu, 20 Aug 2020 12:03:13 -0400 Subject: [PATCH] Move collections together --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index c8916862..3f43186d 100644 --- a/package.json +++ b/package.json @@ -6,9 +6,9 @@ "es2015": "dist/esm/index.mjs", "es2017": "dist/esm/index.mjs", "collection": "dist/collection/collection-manifest.json", + "collection:main": "dist/collection/index.js", "module": "dist/custom-elements/index.js", "types": "dist/custom-elements/index.d.ts", - "collection:main": "dist/collection/index.js", "files": [ "dist/", "loader/",