Skip to content

Commit

Permalink
'bump'
Browse files Browse the repository at this point in the history
  • Loading branch information
tenbits committed Nov 13, 2024
1 parent 71358c0 commit aace19d
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
/lib/
/ts-temp
/test/fixtures/package/simple/*
!/test/fixtures/package/simple/check.js
!/test/fixtures/package/simple/check.mjs
0xweb.json
hardhat-*.config.js
del.act.ts
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "dequanto",
"version": "0.1.10",
"version": "0.1.11",
"author": {
"name": "Alex Kit",
"email": "[email protected]"
Expand Down
File renamed without changes.
2 changes: 1 addition & 1 deletion test/package/lib.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ UTest({
// });

let resultCommand = await run({
'command': 'node ./check.js',
'command': 'node ./check.mjs',
cwd: path
});

Expand Down

0 comments on commit aace19d

Please sign in to comment.