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