Rename package to avoid conflict with existing modules.

This commit is contained in:
Jonathan Bernard 2020-08-07 09:14:30 -05:00
parent 73e8b0726c
commit e42549773d

View File

@ -1,5 +1,5 @@
{ {
"name": "js-log", "name": "@jdbernard/logging",
"version": "1.0.0", "version": "1.0.0",
"description": "Simple Javascript logging service.", "description": "Simple Javascript logging service.",
"main": "src/index.ts", "main": "src/index.ts",
@ -9,7 +9,7 @@
}, },
"repository": { "repository": {
"type": "git", "type": "git",
"url": "https://git.jdb-labs.com/jdb/js-log.git" "url": "https://git.jdb-labs.com/jdb/js-logging.git"
}, },
"keywords": [ "keywords": [
"log", "log",