Skip to content

Commit

Permalink
fix: main/module point to right files
Browse files Browse the repository at this point in the history
  • Loading branch information
maraisr committed Sep 14, 2021
1 parent 2c183c8 commit 70475fd
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "diary",
"version": "0.2.1",
"version": "0.2.2",
"description": "Fast logging library for both Node and Browser.",
"keywords": [
"fast",
Expand Down Expand Up @@ -39,9 +39,9 @@
},
"./package.json": "./package.json"
},
"main": "diary/index.js",
"unpkg": "diary/index.min.js",
"module": "diary/index.mjs",
"main": "diary/node/index.js",
"unpkg": "diary/browser/index.mjs",
"module": "diary/node/index.mjs",
"types": "index.d.ts",
"typesVersions": {
">=3.4": {
Expand Down

0 comments on commit 70475fd

Please sign in to comment.