Bump version to republish with built artifacts.

This commit is contained in:
2021-07-22 23:58:34 -05:00
parent 6562948acb
commit c8ed8b61da
4 changed files with 16 additions and 3 deletions

View File

@ -1,10 +1,11 @@
{
"name": "@jdbernard/logging",
"version": "1.1.0",
"version": "1.1.1",
"description": "Simple Javascript logging service.",
"main": "src/index.ts",
"module": "dist/index.js",
"scripts": {
"build": "tsc --build tsconfig.json",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {