Skip to content

Commit 8863c21

Browse files
committed
fix angular (mostly reverting)
1 parent 4c50cb0 commit 8863c21

File tree

1 file changed

+1
-10
lines changed

1 file changed

+1
-10
lines changed

packages/angular/package.json

Lines changed: 1 addition & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -9,15 +9,6 @@
99
"engines": {
1010
"node": ">=14.18"
1111
},
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-
],
2112
"type": "module",
2213
"module": "build/fesm2015/sentry-angular.mjs",
2314
"publishConfig": {
@@ -58,7 +49,7 @@
5849
"build:watch": "yarn build:transpile:watch",
5950
"build:dev:watch": "yarn build:watch",
6051
"build:transpile:watch": "ng build --configuration production --watch",
61-
"build:tarball": "npm pack",
52+
"build:tarball": "npm pack ./build",
6253
"circularDepCheck": "madge --circular src/index.ts",
6354
"clean": "rimraf build coverage sentry-angular-*.tgz",
6455
"fix": "eslint . --format stylish --fix",

0 commit comments

Comments
 (0)