Fix package.json module definition.
This commit is contained in:
parent
1a96000e81
commit
73e8b0726c
@ -2,7 +2,8 @@
|
||||
"name": "js-log",
|
||||
"version": "1.0.0",
|
||||
"description": "Simple Javascript logging service.",
|
||||
"main": "index.js",
|
||||
"main": "src/index.ts",
|
||||
"module": "dist/index.js",
|
||||
"scripts": {
|
||||
"test": "echo \"Error: no test specified\" && exit 1"
|
||||
},
|
||||
|
Loading…
Reference in New Issue
Block a user