Fix NPM packaging.
This commit is contained in:
@ -1,11 +1,13 @@
|
||||
{
|
||||
"name": "@jdbernard/logging",
|
||||
"version": "1.1.2",
|
||||
"version": "1.1.3",
|
||||
"description": "Simple Javascript logging service.",
|
||||
"main": "src/index.ts",
|
||||
"module": "dist/index.js",
|
||||
"main": "dist/index.js",
|
||||
"types": "dist/index.d.ts",
|
||||
"files": [ "/dist" ],
|
||||
"scripts": {
|
||||
"build": "tsc --build tsconfig.json",
|
||||
"prepare": "npm run build",
|
||||
"test": "echo \"Error: no test specified\" && exit 1"
|
||||
},
|
||||
"repository": {
|
||||
|
Reference in New Issue
Block a user