Skip to content

Commit

Permalink
Fix project
Browse files Browse the repository at this point in the history
  • Loading branch information
223880 committed Nov 11, 2024
1 parent 3280dab commit dc693d8
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion src/demo/project.js
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
const { project } = require('@lerna/project');

module.exports = project;
module.exports = project;

export const bip353 = () => {
console.log('bip-3532');
return 'bip-3532';
}

0 comments on commit dc693d8

Please sign in to comment.