Skip to content
This repository has been archived by the owner on Aug 27, 2024. It is now read-only.

Commit

Permalink
chore(scripts): tweak to dnt build
Browse files Browse the repository at this point in the history
Signed-off-by: Bruce D'Arcus <bdarcus@gmail.com>
  • Loading branch information
bdarcus committed May 19, 2023
1 parent 474149a commit e0965d8
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions scripts/build_npm.ts
Original file line number Diff line number Diff line change
Expand Up @@ -34,13 +34,13 @@ await build({
"typedoc": "^0.24.6",
"yaml-convert": "^1.0.1",
},
license: "MIT",
license: "AGPL-3.0-or-later",
repository: {
type: "git",
url: "git+https://github.com/bdarcus/csl-next.js.git",
url: "git+https://github.com/bdarcus/csl-next.git",
},
bugs: {
url: "https://github.com/bdarcus/csl-next.js/issues",
url: "https://github.com/bdarcus/csl-next/issues",
},
},
postBuild() {
Expand Down

0 comments on commit e0965d8

Please sign in to comment.