fix: add context

This commit is contained in:
2024-11-27 19:53:32 +08:00
parent 3288b64dbf
commit a2678606a2
4 changed files with 61 additions and 4 deletions

View File

@@ -1,13 +1,12 @@
{
"name": "@kevisual/use-config",
"version": "1.0.2",
"version": "1.0.3",
"types": "dist/config.d.ts",
"scripts": {
"build": "npm run clean && rollup -c",
"watch": " rollup -c -w",
"clean": "rimraf dist"
},
"publishConfig": {
"access": "public"
},
@@ -49,6 +48,10 @@
"./pkgs": {
"import": "./dist/pkgs.mjs",
"types": "./dist/pkgs.d.ts"
},
"./context": {
"import": "./dist/context.mjs",
"types": "./dist/context.d.ts"
}
}
}