Skip to content

Commit

Permalink
Merge pull request #2215 from satanTime/issues/exports
Browse files Browse the repository at this point in the history
fix: exporting package.json
  • Loading branch information
satanTime authored Apr 11, 2022
2 parents d87e1b8 + 4441f59 commit 78b52a4
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion libs/ng-mocks/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,8 @@
".": {
"types": "./ng-mocks.d.ts",
"default": "./index.js"
}
},
"./package.json": "./package.json"
},
"ng-update": {
"migrations": "./migrations.json"
Expand Down

0 comments on commit 78b52a4

Please sign in to comment.