Skip to content

Commit

Permalink
chore: v0.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
0xjei committed Dec 4, 2024
1 parent 8ed473a commit e8516be
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion packages/contracts/contracts/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@excubiae/contracts",
"description": "Excubiae contracts.",
"version": "0.0.0",
"version": "0.1.0",
"license": "MIT",
"files": [
"*.sol",
Expand Down
2 changes: 1 addition & 1 deletion scripts/version.ts
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ async function main() {
// Apply the versions
execSync("yarn version apply --all", { stdio: "inherit" })

await import("./remove-stable-version-field.js")
await import("./remove-stable-version-field")

execSync("yarn format:write")
execSync(`NO_HOOK=1 git commit -am 'chore: v${version}'`)
Expand Down
4 changes: 2 additions & 2 deletions tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
"baseUrl": ".",
"strict": true,
"target": "ES2020",
"module": "NodeNext",
"moduleResolution": "NodeNext",
"module": "ESNext",
"moduleResolution": "bundler",
"esModuleInterop": true,
"preserveConstEnums": true,
"resolveJsonModule": true,
Expand Down

0 comments on commit e8516be

Please sign in to comment.