We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6a59850 commit 069af7cCopy full SHA for 069af7c
History.md
@@ -1,3 +1,8 @@
1
+2.0.2 / 2022-03-11
2
+==================
3
+
4
+* fix main - @craigparra
5
6
2.0.1 / 2022-03-11
7
==================
8
package.json
@@ -22,8 +22,7 @@
22
"type": "git",
23
"url": "https://github.com/alt-javascript/logger"
24
},
25
- "main": "alt-javascript-logger-umd.js",
26
- "module": "modules/index.js",
+ "main": "index.js",
27
"type": "module",
28
"scripts": {
29
"lint": "npx eslint \"./*.js\" \"./test/**/*.js\" --fix",
0 commit comments