mirror of
https://github.com/chaijs/chai
synced 2024-11-14 15:57:10 +00:00
fix: package.json - deprecation warning on exports field (#1400)
This commit is contained in:
parent
c8a4e00c51
commit
5276af683c
1 changed files with 1 additions and 1 deletions
|
@ -31,7 +31,7 @@
|
|||
"require": "./index.js",
|
||||
"import": "./index.mjs"
|
||||
},
|
||||
"./": "./"
|
||||
"./*": "./*.js"
|
||||
},
|
||||
"scripts": {
|
||||
"test": "make test"
|
||||
|
|
Loading…
Reference in a new issue