Skip to content

Commit

Permalink
Fix #93 - Build issues w/node 18
Browse files Browse the repository at this point in the history
  • Loading branch information
pjeby committed Jun 4, 2023
1 parent fe64b8a commit e6ab23e
Show file tree
Hide file tree
Showing 3 changed files with 59 additions and 28 deletions.
2 changes: 1 addition & 1 deletion ophidian.config.mjs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import Builder from "ophidian/build";
import Builder from "@ophidian/build";
import { createRequire } from 'node:module';
const require = createRequire(import.meta.url);

Expand Down
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,8 @@
"devDependencies": {
"monkey-around": "^2.3",
"obsidian": "^0.14.5",
"ophidian": "github:pjeby/ophidian",
"@ophidian/build": "^1.0.2",
"@ophidian/core": "github:ophidian-lib/core",
"smalltalk": "github:pjeby/smalltalk.git#patch-1",
"yaml": "2.0.0-10"
}
Expand Down
82 changes: 56 additions & 26 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit e6ab23e

Please sign in to comment.