Skip to content

Commit 069af7c

Browse files
author
craig
committed
2.0.2 / 2022-03-11
================== * fix main - @craigparra
1 parent 6a59850 commit 069af7c

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

History.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
2.0.2 / 2022-03-11
2+
==================
3+
4+
* fix main - @craigparra
5+
16
2.0.1 / 2022-03-11
27
==================
38

package.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,7 @@
2222
"type": "git",
2323
"url": "https://github.com/alt-javascript/logger"
2424
},
25-
"main": "alt-javascript-logger-umd.js",
26-
"module": "modules/index.js",
25+
"main": "index.js",
2726
"type": "module",
2827
"scripts": {
2928
"lint": "npx eslint \"./*.js\" \"./test/**/*.js\" --fix",

0 commit comments

Comments
 (0)