This commit is contained in:
Philipp Kunz 2018-11-04 13:22:45 +01:00
parent 7c85387c85
commit ba7727dc55
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": "7.0.0", "version": "7.0.1",
"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": "7.0.0", "version": "7.0.1",
"description": "a smartlog destination targeting the local console", "description": "a smartlog destination targeting the local console",
"main": "dist/index.js", "main": "dist/index.js",
"typings": "dist/index.d.ts", "typings": "dist/index.d.ts",
@ -43,4 +43,4 @@
"tslint": "^5.11.0", "tslint": "^5.11.0",
"tslint-config-prettier": "^1.15.0" "tslint-config-prettier": "^1.15.0"
} }
} }