diff --git a/packages/fetch/package.json b/packages/fetch/package.json index 4d36cb3..96a4083 100644 --- a/packages/fetch/package.json +++ b/packages/fetch/package.json @@ -1,9 +1,9 @@ { "name": "@gw2api/fetch", - "version": "0.0.2", + "version": "0.0.3", "description": "Tiny wrapper around fetch that returns type-safe responses", "license": "MIT", - "main": "dist/index.ts", + "main": "dist/index.js", "types": "dist/index.d.ts", "repository": { "type": "git",