1.0.4
This commit is contained in:
parent
73e04348da
commit
e104d33822
2
package-lock.json
generated
2
package-lock.json
generated
@ -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": {
|
||||||
|
@ -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",
|
||||||
|
Loading…
Reference in New Issue
Block a user