Skip to content

Commit

Permalink
fix: Invalid 'main' field (#19)
Browse files Browse the repository at this point in the history
  • Loading branch information
tpluscode authored Feb 4, 2022
1 parent 1889d09 commit d977c81
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions .changeset/light-beers-think.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"express-middleware-shacl": patch
---

fix: [DEP0128] DeprecationWarning: Invalid 'main' field
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "express-middleware-shacl",
"version": "1.1.4",
"main": "main.js",
"main": "index.js",
"module": "index.js",
"types": "index.d.ts",
"scripts": {
Expand Down

0 comments on commit d977c81

Please sign in to comment.