From b5166ba22e9db5d5bfbe32d8a37de225c339277c Mon Sep 17 00:00:00 2001 From: Yury Selivanov Date: Thu, 6 May 2021 21:49:38 -0700 Subject: [PATCH] v0.14.0 --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 76d0d7338..93421862c 100644 --- a/package.json +++ b/package.json @@ -10,7 +10,7 @@ "type": "git", "url": "https://github.com/edgedb/edgedb-js.git" }, - "version": "0.14.0-alpha.0", + "version": "0.14.0", "main": "./dist/src/index.node.js", "types": "./dist/src/index.node.d.ts", "license": "Apache-2.0", @@ -39,7 +39,7 @@ "lint": "tsc && tslint 'src/**/*.ts' && prettylint 'src/**/*.ts' 'test/**/*.ts'", "format": "prettier --write 'src/**/*.ts' 'test/**/*.ts'", "gen-errors": "edb gen-errors-json --client | node tools/gen_errors.js", - "prepublish": "in-publish && yarn lint && yarn build && yarn test || not-in-publish", + "prepublish": "in-publish && yarn lint && yarn build && yarn compileForDeno && yarn test || not-in-publish", "compileForDeno": "deno run --unstable --allow-env --allow-read --allow-write tools/compileForDeno.ts" } }