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 4c50cb0 commit 8863c21Copy full SHA for 8863c21
packages/angular/package.json
@@ -9,15 +9,6 @@
9
"engines": {
10
"node": ">=14.18"
11
},
12
- "files": [
13
- "/build/esm2020",
14
- "/build/fesm2015",
15
- "/build/fesm2020",
16
- "/build/*.d.ts",
17
- "/build/*.d.ts.map",
18
- "/LICENSE",
19
- "/README.md"
20
- ],
21
"type": "module",
22
"module": "build/fesm2015/sentry-angular.mjs",
23
"publishConfig": {
@@ -58,7 +49,7 @@
58
49
"build:watch": "yarn build:transpile:watch",
59
50
"build:dev:watch": "yarn build:watch",
60
51
"build:transpile:watch": "ng build --configuration production --watch",
61
- "build:tarball": "npm pack",
52
+ "build:tarball": "npm pack ./build",
62
53
"circularDepCheck": "madge --circular src/index.ts",
63
54
"clean": "rimraf build coverage sentry-angular-*.tgz",
64
55
"fix": "eslint . --format stylish --fix",
0 commit comments