generated from nhcarrigan/template
Compare commits
2 Commits
v1.1.0-hotfix
...
v1.1.1
| Author | SHA1 | Date | |
|---|---|---|---|
| 936f588f7e | |||
| 52190a5112 |
+2
-1
@@ -1,10 +1,11 @@
|
|||||||
{
|
{
|
||||||
"name": "@nhcarrigan/logger",
|
"name": "@nhcarrigan/logger",
|
||||||
"version": "1.1.0-hotfix",
|
"version": "1.1.1",
|
||||||
"description": "Our custom logging package, which pipes logs to our alerts server.",
|
"description": "Our custom logging package, which pipes logs to our alerts server.",
|
||||||
"type": "module",
|
"type": "module",
|
||||||
"main": "prod/index.js",
|
"main": "prod/index.js",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
|
"prepublish": "pnpm lint && pnpm build",
|
||||||
"lint": "eslint src --max-warnings 0",
|
"lint": "eslint src --max-warnings 0",
|
||||||
"build": "rm -rf prod && tsc",
|
"build": "rm -rf prod && tsc",
|
||||||
"test": "echo \"Error: no test specified\" && exit 0"
|
"test": "echo \"Error: no test specified\" && exit 0"
|
||||||
|
|||||||
Reference in New Issue
Block a user