Skip to content

Commit c561613

Browse files
committed
refactor(core): ⚡ improve error handling
1 parent 874371b commit c561613

File tree

5 files changed

+2058
-1744
lines changed

5 files changed

+2058
-1744
lines changed

package.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"types": "dist/index.d.ts",
1111
"scripts": {
1212
"build": "rollup -c",
13-
"test": "yarn build && node ./test/index.js",
13+
"test": "pnpm build && node ./test/index.js",
1414
"watch": "rollup -cw",
1515
"commit": "gacp",
1616
"clean:dist": "npm exec -- rimraf ./dist"
@@ -57,5 +57,6 @@
5757
"push": false,
5858
"emoji": "emoji",
5959
"editor": false
60-
}
60+
},
61+
"packageManager": "[email protected]+sha512.38dc6fba8dba35b39340b9700112c2fe1e12f10b17134715a4aa98ccf7bb035e76fd981cf0bb384dfa98f8d6af5481c2bef2f4266a24bfa20c34eb7147ce0b5e"
6162
}

0 commit comments

Comments
 (0)