Skip to content

Commit

Permalink
Fix package name to have @stellar namespace (#16)
Browse files Browse the repository at this point in the history
  • Loading branch information
leighmcculloch authored Oct 17, 2024
1 parent 55c8383 commit 040469d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Makefile
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
build: clean
wasm-pack build --release --target web
sed -i'.bak' -e 's#"stellar-xdr-json"#"@stellar/stellar-xdr-json"#' pkg/package.json
ls -lah pkg/*.wasm

clean:

0 comments on commit 040469d

Please sign in to comment.