release(v0.1.0): set version string, remove private: true

This commit is contained in:
2025-09-01 00:15:35 +02:00
parent a8e03e5912
commit c1c8eda3b2

View File

@@ -2,7 +2,7 @@
"name": "@cis-oss/pushover",
"description": "A client for Pushover, a service for sending notifications. Written in TypeScript. Supports sending to multiple users.",
"homepage": "https://cis-oss.github.io/pushover",
"version": "0.0.1",
"version": "0.1.0",
"main": "src/index.ts",
"author": {
"email": "hi@b00tload.space",
@@ -70,7 +70,6 @@
"test": "jest",
"typecheck": "tsc --noEmit"
},
"private": true,
"license": "MIT",
"husky": {
"shell": "bash"