diff --git a/Readme.md b/Readme.md new file mode 100644 index 0000000..f73234d --- /dev/null +++ b/Readme.md @@ -0,0 +1,3 @@ +# `wat-the-crypto` + +A collection of cryptographic utilities written in WAT diff --git a/_tasks/dnt.ts b/_tasks/dnt.ts index 9d8b8c3..7c0b209 100644 --- a/_tasks/dnt.ts +++ b/_tasks/dnt.ts @@ -3,17 +3,17 @@ import { build } from "https://deno.land/x/dnt@0.31.0/mod.ts" await emptyDir("target/npm_pkg") -const DESCRIPTION = "TODO" +const DESCRIPTION = "A collection of cryptographic utilities written in WAT" await build({ entryPoints: ["mod.ts"], outDir: "target/npm_pkg", package: { - name: "TODO", + name: "wat-the-crypto", version: Deno.args[0]!, description: DESCRIPTION, sideEffects: false, - repository: "github:paritytech/TODO", + repository: "github:paritytech/wat-the-crypto", }, shims: { deno: { diff --git a/words.txt b/words.txt index b156fea..0587e40 100644 --- a/words.txt +++ b/words.txt @@ -1,2 +1,3 @@ dprint hashers +paritytech