Skip to content

Commit

Permalink
v0.14.0
Browse files Browse the repository at this point in the history
  • Loading branch information
1st1 committed May 7, 2021
1 parent 2d93bec commit b5166ba
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down Expand Up @@ -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"
}
}

0 comments on commit b5166ba

Please sign in to comment.