diff --git a/README.md b/README.md index d987dfe..2ba200c 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ # System - + diff --git a/codama.mjs b/codama.mjs index 3c49cf6..21b3375 100644 --- a/codama.mjs +++ b/codama.mjs @@ -3,7 +3,7 @@ import { execSync } from 'node:child_process'; const nightly = execSync('make --no-print-directory rust-toolchain-nightly').toString().trim(); export default { - idl: 'program/idl.json', + idl: 'idl.json', before: [], scripts: { js: { diff --git a/program/idl.json b/idl.json similarity index 100% rename from program/idl.json rename to idl.json