Skip to content

Commit

Permalink
correct upt-pks includes
Browse files Browse the repository at this point in the history
  • Loading branch information
tantaman committed Sep 12, 2023
1 parent e840988 commit f3647eb
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions scripts/pkgs.inc.sh
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
declare -a pkgs=(
"@vlcn.io/create"
"@vlcn.io/crsqlite"
"@vlcn.io/crsqlite-wasm"
"@vlcn.io/crsqlite-allinone"
"@vlcn.io/sync-p2p"
Expand All @@ -22,6 +23,7 @@ declare -a pkgs=(
# two packages have directory names mismatched with package names hence this array.
declare -a pkgslocal=(
"@vlcn.io/create:../js/packages/create"
"@vlcn.io/crsqlite:../cr-sqlite/core"
"@vlcn.io/crsqlite-wasm:../js/packages/crsqlite-wasm"
"@vlcn.io/crsqlite-allinone:../js/packages/node-allinone"
"@vlcn.io/sync-p2p:../js/packages/p2p"
Expand Down

0 comments on commit f3647eb

Please sign in to comment.