Skip to content

Commit

Permalink
build: main field
Browse files Browse the repository at this point in the history
  • Loading branch information
tpluscode committed Feb 15, 2024
1 parent f3c19f2 commit c90e5bb
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .changeset/lucky-coats-turn.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
---
"alcaeus-model": patch
"alcaeus-core": patch
---

Missing `main` field caused node warning
1 change: 1 addition & 0 deletions packages/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
"version": "1.0.0-esm.1",
"type": "module",
"description": "Core interfaces for alcaeus",
"main": "index.js",
"scripts": {
"build": "tsc",
"prepack": "npm run build"
Expand Down
1 change: 1 addition & 0 deletions packages/model/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
"type": "module",
"version": "1.0.0-esm.1",
"description": "rdfine models for Alcaeus, Hydra client",
"main": "index.js",
"repository": {
"type": "git",
"url": "git://github.com/wikibus/alcaeus",
Expand Down

0 comments on commit c90e5bb

Please sign in to comment.