diff --git a/package.json b/package.json index ab6e96f..a4ccbf2 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "@webinmove/nyuma", "version": "1.0.2", "description": "Retry an async function with different strategies", - "main": "index.js", + "main": "src/index.js", "directories": { "lib": "lib", "test": "test" diff --git a/index.js b/src/index.js similarity index 100% rename from index.js rename to src/index.js diff --git a/test/lib/Nyuma.js b/test/src/Nyuma.js similarity index 100% rename from test/lib/Nyuma.js rename to test/src/Nyuma.js