diff --git a/package.json b/package.json index 02d5d1cc..fab386da 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "qs", "description": "A querystring parser that supports nesting and arrays, with a depth limit", "homepage": "https://github.com/ljharb/qs", - "version": "6.12.1", + "version": "6.12.2", "repository": { "type": "git", "url": "https://github.com/ljharb/qs.git" @@ -10,7 +10,10 @@ "funding": { "url": "https://github.com/sponsors/ljharb" }, - "main": "lib/index.js", + "files": [ + "dist" + ], + "main": "dist/qs.js", "sideEffects": false, "contributors": [ {