.
This commit is contained in:
parent
3b2897f8bf
commit
284484edd5
1 changed files with 3 additions and 2 deletions
|
|
@ -1,12 +1,13 @@
|
||||||
{
|
{
|
||||||
"name": "~drives",
|
"name": "~drives",
|
||||||
"version": "0.31.0",
|
"version": "0.33.0",
|
||||||
"description": "",
|
"description": "",
|
||||||
"main": "src/index.ts",
|
"main": "src/index.ts",
|
||||||
"exports": {
|
"exports": {
|
||||||
".": {
|
".": {
|
||||||
"import": "./dist-import/index.js",
|
"import": "./dist-import/index.js",
|
||||||
"require": "./dist-require/index.js"
|
"require": "./dist-require/index.js",
|
||||||
|
"default": "./dist-import/index.js"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"scripts": {
|
"scripts": {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue