Skip to content
This repository has been archived by the owner on Sep 26, 2022. It is now read-only.

Commit

Permalink
testing somethingx
Browse files Browse the repository at this point in the history
  • Loading branch information
Mohamed-Kaizen committed Sep 23, 2022
1 parent 8b538dc commit 16f25eb
Showing 1 changed file with 5 additions and 10 deletions.
15 changes: 5 additions & 10 deletions packages/math/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,19 +27,14 @@
"require": "./index.cjs"
},
"./*": "./*",
"./aa": [
{
"types": "./aa.d.ts",
"import": "./aa.mjs",
"require": "./aa.iife.js"
},
"./aa.iife.js"
]
"./store": {
"types": "./aa/index.d.ts",
"import": "./aa/index.mjs",
"require": "./aa/index.cjs"
}
},
"main": "./index.cjs",
"module": "./index.mjs",
"unpkg": "./index.iife.min.js",
"jsdelivr": "./index.iife.min.js",
"types": "./index.d.ts",
"dependencies": {
"@svelteaction/shared": "workspace:*"
Expand Down

0 comments on commit 16f25eb

Please sign in to comment.