From 124f7b047ba9596bdbdf64459988304e77f3de1b Mon Sep 17 00:00:00 2001 From: "Benjamin E. Coe" Date: Sat, 5 Sep 2020 16:51:50 -0700 Subject: [PATCH] fix: main had old index path (#98) --- package.json | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/package.json b/package.json index 805f6f6..78e772b 100644 --- a/package.json +++ b/package.json @@ -8,7 +8,6 @@ }, "type": "module", "module": "./build/lib/index.js", - "types": "./build/index.cjs.d.ts", "keywords": [ "i18n", "internationalization", @@ -21,7 +20,7 @@ "repository": "yargs/y18n", "license": "ISC", "author": "Ben Coe ", - "main": "index.js", + "main": "./build/index.cjs", "scripts": { "check": "standardx '**/*.ts' '**/*.cjs' '**/*.mjs'", "fix": "standardx --fix '**/*.ts' '**/*.cjs' '**/*.mjs'",