Skip to content

Commit

Permalink
rename to required-properties
Browse files Browse the repository at this point in the history
  • Loading branch information
dominikjasek committed Jun 18, 2023
1 parent fb7d746 commit cba0548
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion .changeset/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"commit": false,
"fixed": [],
"linked": [],
"access": "restricted",
"access": "public",
"baseBranch": "master",
"updateInternalDependencies": "patch",
"ignore": []
Expand Down
4 changes: 2 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# ts-required-properties
# required-properties

## 1.0.0

### Major Changes

- 62eac90: Initial release ts-required-properties
- 62eac90: Initial release required-properties
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# `ts-required-properties`
# `required-properties`

Validates required properties in a given object with full TypeScript support 🚀

Expand Down Expand Up @@ -38,7 +38,7 @@ Code example can be found [here](./example/person-example.ts)
## Installation

```bash
npm i ts-required-properties
npm i required-properties
```

## Usage
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "ts-required-properties",
"name": "required-properties",
"version": "1.0.0",
"description": "Assert required properties of object with full typescript support",
"main": "dist/index.js",
Expand All @@ -9,7 +9,7 @@
"lint": "tsc",
"dev": "tsup src/index.ts --watch --format cjs,esm --dts",
"build": "tsup src/index.ts --format cjs,esm --dts",
"release": "pnpm run build && changeset publish --access public",
"release": "pnpm run build && changeset publish",
"test": "vitest",
"typecheck": "vitest typecheck"
},
Expand Down

0 comments on commit cba0548

Please sign in to comment.