From 95cf27ac3318cb8e3fa90fa11194d35ba959e6ea Mon Sep 17 00:00:00 2001 From: Ashley Date: Tue, 31 Jan 2017 23:48:02 +0100 Subject: [PATCH 1/2] Add module to package.json --- package.json | 1 + 1 file changed, 1 insertion(+) diff --git a/package.json b/package.json index 681948936e..f3e71ebaf5 100644 --- a/package.json +++ b/package.json @@ -14,6 +14,7 @@ "realtime" ], "main": "lib/index", + "module": "src/index.js", "author": "Feathers (http://feathersjs.com)", "contributors": [ "Eric Kryski (http://erickryski.com)", From 80346e3191fdb656991332298011c062d358e2fd Mon Sep 17 00:00:00 2001 From: Ashley Date: Tue, 31 Jan 2017 23:48:30 +0100 Subject: [PATCH 2/2] Add src to the published package --- .npmignore | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.npmignore b/.npmignore index f9268a79ef..8c0aba785d 100644 --- a/.npmignore +++ b/.npmignore @@ -4,8 +4,7 @@ .istanbul.yml .babelrc .idea/ -src/ test/ !lib/ coverage -.github/ \ No newline at end of file +.github/