We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dc1ca9a commit 95f8ee7Copy full SHA for 95f8ee7
1 file changed
projects/shepherd/package.json
@@ -32,6 +32,18 @@
32
"files": [
33
"dist"
34
],
35
+ "module": "./dist/fesm2022/angular-shepherd.mjs",
36
+ "types": "./dist/types/angular-shepherd.d.ts",
37
+ "exports": {
38
+ "./package.json": {
39
+ "default": "./package.json"
40
+ },
41
+ ".": {
42
43
+ "default": "./dist/fesm2022/angular-shepherd.mjs"
44
+ }
45
46
+ "sideEffects": false,
47
"release-plan": {
48
"tagFormat": "v${version}"
49
}
0 commit comments