diff --git a/package.json b/package.json index c93facc..d8b2598 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "objectorarray", "version": "1.0.4", "description": "Is the value an object or an array but not null?", - "main": "dist/index.js", + "main": "index.js", "scripts": { "test": "tape test.js" },