Fix NPM packaging.

This commit is contained in:
2021-08-16 23:03:57 -05:00
parent b2d1b71a52
commit f75edbc22a
16 changed files with 6 additions and 373 deletions

View File

@ -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": {