Skip to content

Commit 31ca8f5

Browse files
committed
[add] removed examples code from repo and made reference to RedisAI examples repo
1 parent 4a47033 commit 31ca8f5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
{
22
"name": "redisai-js",
3-
"version": "0.0.10",
3+
"version": "0.0.11",
44
"description": "A high-performance Typescript client for RedisAI",
55
"main": "lib/index.js",
66
"types": "lib/index.d.ts",
77
"scripts": {
88
"build": "tsc",
9-
"format": "prettier --write \"src/**/*.ts\" \"tests/**/*.ts\" \"examples/**/*.js\" ",
9+
"format": "prettier --write \"src/**/*.ts\" \"tests/**/*.ts\" ",
1010
"lint": "tslint -p tsconfig.json",
1111
"prepare": "npm run build",
1212
"prepublishOnly": "npm test && npm run lint",

0 commit comments

Comments
 (0)