Skip to content

Commit eeb8273

Browse files
docs: readme
1 parent 172117a commit eeb8273

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

index.d.ts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
/* auto-generated by NAPI-RS */
55

66
export declare class CelProgram {
7-
constructor();
8-
static compile(source: string): CelProgram;
9-
execute(context: JsonValue): JsonValue;
7+
constructor()
8+
static compile(source: string): CelProgram
9+
execute(context: JsonValue): JsonValue
1010
}

package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,14 +5,14 @@
55
"description": "TypeScript bindings for the Common Expression Language (CEL) using cel-rust",
66
"repository": {
77
"type": "git",
8-
"url": "git+https://github.com/clarkmcc/cel-typescript.git"
8+
"url": "git+https://github.com/kevinmichaelchen/cel-typescript.git"
99
},
10-
"author": "Clark McCauley",
10+
"author": "Kevin Chen",
1111
"license": "MIT",
1212
"bugs": {
13-
"url": "https://github.com/clarkmcc/cel-typescript/issues"
13+
"url": "https://github.com/kevinmichaelchen/cel-typescript/issues"
1414
},
15-
"homepage": "https://github.com/clarkmcc/cel-typescript#readme",
15+
"homepage": "https://github.com/kevinmichaelchen/cel-typescript#readme",
1616
"keywords": [
1717
"cel",
1818
"common-expression-language",

0 commit comments

Comments
 (0)