File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 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" ,
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}
You can’t perform that action at this time.
0 commit comments