This commit is contained in:
Philipp Kunz 2020-06-11 10:38:19 +00:00
parent 62ff7ec717
commit 186766df3d
2 changed files with 3 additions and 3 deletions

2
package-lock.json generated
View File

@ -1,6 +1,6 @@
{ {
"name": "@pushrocks/smartlog-destination-local", "name": "@pushrocks/smartlog-destination-local",
"version": "8.0.6", "version": "8.0.7",
"lockfileVersion": 1, "lockfileVersion": 1,
"requires": true, "requires": true,
"dependencies": { "dependencies": {

View File

@ -1,7 +1,7 @@
{ {
"name": "@pushrocks/smartlog-destination-local", "name": "@pushrocks/smartlog-destination-local",
"private": false, "private": false,
"version": "8.0.6", "version": "8.0.7",
"description": "a smartlog destination targeting the local console", "description": "a smartlog destination targeting the local console",
"main": "dist_ts/index.js", "main": "dist_ts/index.js",
"typings": "dist_ts/index.d.ts", "typings": "dist_ts/index.d.ts",
@ -51,4 +51,4 @@
"npmextra.json", "npmextra.json",
"readme.md" "readme.md"
] ]
} }