Skip to content

Commit b5166ba

Browse files
committed
v0.14.0
1 parent 2d93bec commit b5166ba

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
@@ -10,7 +10,7 @@
1010
"type": "git",
1111
"url": "https://github.com/edgedb/edgedb-js.git"
1212
},
13-
"version": "0.14.0-alpha.0",
13+
"version": "0.14.0",
1414
"main": "./dist/src/index.node.js",
1515
"types": "./dist/src/index.node.d.ts",
1616
"license": "Apache-2.0",
@@ -39,7 +39,7 @@
3939
"lint": "tsc && tslint 'src/**/*.ts' && prettylint 'src/**/*.ts' 'test/**/*.ts'",
4040
"format": "prettier --write 'src/**/*.ts' 'test/**/*.ts'",
4141
"gen-errors": "edb gen-errors-json --client | node tools/gen_errors.js",
42-
"prepublish": "in-publish && yarn lint && yarn build && yarn test || not-in-publish",
42+
"prepublish": "in-publish && yarn lint && yarn build && yarn compileForDeno && yarn test || not-in-publish",
4343
"compileForDeno": "deno run --unstable --allow-env --allow-read --allow-write tools/compileForDeno.ts"
4444
}
4545
}

0 commit comments

Comments
 (0)