Skip to content

Commit e8516be

Browse files
committed
chore: v0.1.0
1 parent 8ed473a commit e8516be

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

packages/contracts/contracts/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@excubiae/contracts",
33
"description": "Excubiae contracts.",
4-
"version": "0.0.0",
4+
"version": "0.1.0",
55
"license": "MIT",
66
"files": [
77
"*.sol",

scripts/version.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ async function main() {
1010
// Apply the versions
1111
execSync("yarn version apply --all", { stdio: "inherit" })
1212

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

1515
execSync("yarn format:write")
1616
execSync(`NO_HOOK=1 git commit -am 'chore: v${version}'`)

tsconfig.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@
33
"baseUrl": ".",
44
"strict": true,
55
"target": "ES2020",
6-
"module": "NodeNext",
7-
"moduleResolution": "NodeNext",
6+
"module": "ESNext",
7+
"moduleResolution": "bundler",
88
"esModuleInterop": true,
99
"preserveConstEnums": true,
1010
"resolveJsonModule": true,

0 commit comments

Comments
 (0)