Skip to content

Commit df0576f

Browse files
tonyoHazAT
authored andcommitted
build: Update Craft config (getsentry#2179)
1 parent 00b58d5 commit df0576f

File tree

1 file changed

+7
-3
lines changed

1 file changed

+7
-3
lines changed

.craft.yml

+7-3
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
minVersion: '0.6.0'
1+
minVersion: '0.8.2'
22
github:
33
owner: getsentry
44
repo: sentry-javascript
@@ -17,12 +17,16 @@ targets:
1717
cacheControl: 'public, max-age=31536000'
1818
- name: registry
1919
type: sdk
20-
includeNames: /^sentry-browser-.*\.tgz$/
20+
onlyIfPresent: /^sentry-browser-.*\.tgz$/
21+
includeNames: /\.js$/
22+
checksums:
23+
- algorithm: sha384
24+
format: base64
2125
config:
2226
canonical: 'npm:@sentry/browser'
2327
- name: registry
2428
type: sdk
25-
includeNames: /^sentry-node-.*\.tgz$/
29+
onlyIfPresent: /^sentry-node-.*\.tgz$/
2630
config:
2731
canonical: 'npm:@sentry/node'
2832
- name: gh-pages

0 commit comments

Comments
 (0)