@microgamma/loggator
Advanced tools
Comparing version 0.3.3 to 1.10.1
{ | ||
"name": "@microgamma/loggator", | ||
"version": "0.3.3", | ||
"version": "1.10.1", | ||
"description": "typescript decorator for easy log", | ||
@@ -24,3 +24,4 @@ "main": "lib/index.js", | ||
"test": "run-s test:*", | ||
"test:unit": "ava", | ||
"test:unit": "nyc --silent ava", | ||
"test:lint": "tslint --project . ", | ||
"watch": "run-s clean build:main && run-p \"build:main -- -w\" \"test:unit -- --watch\"", | ||
@@ -35,3 +36,2 @@ "cov": "run-s build test:unit cov:html && opn coverage/index.html", | ||
"doc:publish": "gh-pages -m \"[ci skip] Updates\" -d build/docs", | ||
"version": "standard-version", | ||
"reset": "git clean -dfx && git reset --hard && npm i", | ||
@@ -73,3 +73,6 @@ "clean": "trash lib", | ||
] | ||
}, | ||
"prettier": { | ||
"singleQuote": true | ||
} | ||
} |
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
13393
1