Skip to content

Commit

Permalink
fix: revert exports in package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
ahnpnl authored Jun 5, 2021
1 parent 9bba0fd commit d76cbf1
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,15 +4,6 @@
"description": "Jest preset configuration for Angular projects",
"license": "MIT",
"main": "build/index.js",
"exports": {
".": "./build/index.js",
"./build/*": "./build/*.js",
"./presets": "./presets/index.js",
"./jest-preset": "./jest-preset.js",
"./setup-jest": "./setup-jest.js",
"./ngcc-jest-processor": "./ngcc-jest-processor.js",
"./package.json": "./package.json"
},
"repository": {
"type": "git",
"url": "git+https://github.com/thymikee/jest-preset-angular.git"
Expand Down

0 comments on commit d76cbf1

Please sign in to comment.