Skip to content

Commit

Permalink
set up github npm scope and add .meta files (#5)
Browse files Browse the repository at this point in the history
  • Loading branch information
TheButlah authored Jan 21, 2025
1 parent 5dc572f commit 2f3084f
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 1 deletion.
2 changes: 2 additions & 0 deletions msbuild/Base128/Base128.dll.meta

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions msbuild/Base128/justfile
Original file line number Diff line number Diff line change
Expand Up @@ -28,5 +28,6 @@ assemble_upm: clone build && clean
mkdir -p {{upm_contents_dir}}
cp {{dotnet_artifact_dir / dll_name}} {{upm_contents_dir}}
cp package.json {{upm_contents_dir}}
cp *.meta {{upm_contents_dir}}
mkdir -p {{out_dir}}
npm pack --pack-destination {{out_dir}} {{upm_contents_dir}}
4 changes: 3 additions & 1 deletion msbuild/Base128/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,7 @@
"version": "1.2.2",
"displayName": "Base128",
"description": "binary serializing and deserializing integer types as variable length integers.",
"documentationUrl": "https://github.com/Wojmik/Base128"
"documentationUrl": "https://github.com/Wojmik/Base128",
"publishConfig": { "registry": "https://npm.pkg.github.com/@BasisVR" },
"repository":"https://github.com/BasisVR/UpmBuilds"
}
7 changes: 7 additions & 0 deletions msbuild/Base128/package.json.meta

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 2f3084f

Please sign in to comment.