Skip to content

Commit

Permalink
add repo to readme
Browse files Browse the repository at this point in the history
  • Loading branch information
rohit-kadhe committed Mar 28, 2024
1 parent df432fd commit 76fefd9
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# clickhouse-schema

## 1.0.3

### Patch Changes

- Add repository to readme

## 1.0.2

### Patch Changes
Expand Down
6 changes: 5 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"license": "MIT",
"name": "clickhouse-schema",
"description": "Clickhouse-Schema is a TypeScript library that simplifies working with ClickHouse databases by allowing developers to effortlessly define table schemas in TypeScript. This approach not only ensures robust type safety but also significantly reduces development time by automating the generation of TypeScript types that mirror your ClickHouse schemas.",
"version": "1.0.2",
"version": "1.0.3",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"files": [
Expand All @@ -16,6 +16,10 @@
"LICENSE",
"package.json"
],
"repository": {
"type": "git",
"url": "https://github.com/Scale3-Labs/clickhouse-schema"
},
"scripts": {
"lint": "eslint . --ext .ts",
"test": "jest",
Expand Down

0 comments on commit 76fefd9

Please sign in to comment.