Skip to content

Commit

Permalink
update license and add nik as collaborator
Browse files Browse the repository at this point in the history
  • Loading branch information
nikgraf committed Apr 14, 2023
1 parent b1c08f5 commit 25900a9
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
MIT License

Copyright (c) 2022 Serenity Notes
Copyright (c) 2023 Naisho GmbH

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
7 changes: 6 additions & 1 deletion bin/build.js
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,11 @@ shell.rm("build/cjs/.gitignore");
const packageJson = `{
"name": "opaque",
"collaborators": [
"Stefan Oestreicher <[email protected]>"
"Stefan Oestreicher <[email protected]>",
"Nik Graf <[email protected]>"
],
"version": "${version}",
"license" : "MIT",
"files": [
"esm/opaque_bg.wasm",
"esm/opaque_bg.d.ts",
Expand All @@ -35,3 +37,6 @@ const packageJson = `{
`;

new shell.ShellString(packageJson).to("./build/package.json");

shell.cp("README.md", "build/README.md");
shell.cp("LICENSE", "build/LICENSE");

0 comments on commit 25900a9

Please sign in to comment.