We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4a47033 commit 31ca8f5Copy full SHA for 31ca8f5
package.json
@@ -1,12 +1,12 @@
1
{
2
"name": "redisai-js",
3
- "version": "0.0.10",
+ "version": "0.0.11",
4
"description": "A high-performance Typescript client for RedisAI",
5
"main": "lib/index.js",
6
"types": "lib/index.d.ts",
7
"scripts": {
8
"build": "tsc",
9
- "format": "prettier --write \"src/**/*.ts\" \"tests/**/*.ts\" \"examples/**/*.js\" ",
+ "format": "prettier --write \"src/**/*.ts\" \"tests/**/*.ts\" ",
10
"lint": "tslint -p tsconfig.json",
11
"prepare": "npm run build",
12
"prepublishOnly": "npm test && npm run lint",
0 commit comments