This commit is contained in:
Philipp Kunz 2018-06-05 20:48:14 +02:00
parent 73e04348da
commit e104d33822
2 changed files with 4 additions and 5 deletions

2
package-lock.json generated
View File

@ -1,6 +1,6 @@
{ {
"name": "smartlog", "name": "smartlog",
"version": "1.0.3", "version": "1.0.4",
"lockfileVersion": 1, "lockfileVersion": 1,
"requires": true, "requires": true,
"dependencies": { "dependencies": {

View File

@ -1,6 +1,6 @@
{ {
"name": "smartlog", "name": "smartlog",
"version": "1.0.3", "version": "1.0.4",
"private": false, "private": false,
"description": "winston based logger for large scale projects", "description": "winston based logger for large scale projects",
"main": "dist/index.js", "main": "dist/index.js",
@ -9,9 +9,8 @@
"license": "UNLICENSED", "license": "UNLICENSED",
"scripts": { "scripts": {
"test": "(tsrun test/test.ts)", "test": "(tsrun test/test.ts)",
"build": "(npmts)", "build": "echo \"Not needed for now\"",
"format": "(gitzone format)", "format": "(gitzone format)"
"build": "echo \"Not needed for now\""
}, },
"devDependencies": { "devDependencies": {
"@gitzone/tsrun": "^1.0.4", "@gitzone/tsrun": "^1.0.4",