mirror of
https://github.com/kennethnym/aris.git
synced 2026-02-02 13:11:17 +00:00
fix(core): correct main and types paths in package.json
Paths pointed to index.ts but actual file is at src/index.ts. Co-authored-by: Ona <no-reply@ona.com>
This commit is contained in:
@@ -2,8 +2,8 @@
|
|||||||
"name": "@aris/core",
|
"name": "@aris/core",
|
||||||
"version": "0.0.0",
|
"version": "0.0.0",
|
||||||
"type": "module",
|
"type": "module",
|
||||||
"main": "index.ts",
|
"main": "src/index.ts",
|
||||||
"types": "index.ts",
|
"types": "src/index.ts",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"test": "bun test ."
|
"test": "bun test ."
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user