Skip to content

Commit

Permalink
feat(repo): updated error with exports from bugs
Browse files Browse the repository at this point in the history
  • Loading branch information
sridharmallela committed Jan 26, 2025
1 parent 40ae517 commit 82ae1f7
Showing 1 changed file with 1 addition and 9 deletions.
10 changes: 1 addition & 9 deletions packages/jest-preset/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "jest-preset-ngs",
"version": "1.0.0",
"version": "1.0.1",
"description": "jest preset for my projects",
"author": "Sridhar Mallela",
"license": "MIT",
Expand All @@ -9,14 +9,6 @@
"main": "./jest-preset.cjs",
"types": "./dist/index.d.ts",
"typings": "./dist/index.d.ts",
"exports": {
"./package.json": "./package.json",
"./config": {
"types": "./dist/lib/preset-rules.d.ts",
"import": "./dist/lib/preset-rules.js",
"default": "./dist/lib/preset-rules.js"
}
},
"repository": {
"type": "git",
"url": "git+https://github.com/sridharmallela/ngs-workspace.git",
Expand Down

0 comments on commit 82ae1f7

Please sign in to comment.