From 6f3dfbe20df2893ba26ffc9784269f8b704d50a2 Mon Sep 17 00:00:00 2001 From: "Shahid N. Shah" Date: Mon, 8 Jan 2024 08:03:56 -0500 Subject: [PATCH] docs: npm is not supported yet --- README.md | 22 ---------------------- 1 file changed, 22 deletions(-) diff --git a/README.md b/README.md index b68eca97..2730363a 100644 --- a/README.md +++ b/README.md @@ -196,25 +196,3 @@ pick up the location of Java and any other ASDF-based executables: ```bash export PATH=$PATH:$HOME/.asdf/shims ``` - -## NPM Packaging - -We are experimenting with taking the Deno code and producing NPM packages. This -doesnt work for the `pattern` or `examples` directories but the core `SQLa` -render package should work. - -Build the NPM package - -```bash -deno task prepare-npm -``` - -Publish the NPM package - -```bash -deno task publish-npm -``` - -To publish this package, you will need the necessary permissions. Please contact -the `netspective-labs` organization to obtain the required permissions if you -don't have them yet.