Skip to content

Commit

Permalink
fix: main had old index path (#98)
Browse files Browse the repository at this point in the history
  • Loading branch information
bcoe committed Sep 5, 2020
1 parent 3351338 commit 124f7b0
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions package.json
Expand Up @@ -8,7 +8,6 @@
},
"type": "module",
"module": "./build/lib/index.js",
"types": "./build/index.cjs.d.ts",
"keywords": [
"i18n",
"internationalization",
Expand All @@ -21,7 +20,7 @@
"repository": "yargs/y18n",
"license": "ISC",
"author": "Ben Coe <bencoe@gmail.com>",
"main": "index.js",
"main": "./build/index.cjs",
"scripts": {
"check": "standardx '**/*.ts' '**/*.cjs' '**/*.mjs'",
"fix": "standardx --fix '**/*.ts' '**/*.cjs' '**/*.mjs'",
Expand Down

0 comments on commit 124f7b0

Please sign in to comment.