Skip to content

Commit 0522bab

Browse files
committed
misc: Add package-lock from separate packages to gitignore
1 parent 277d54c commit 0522bab

File tree

3 files changed

+5
-191
lines changed

3 files changed

+5
-191
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
# dependencies
22
node_modules/
3+
packages/*/package-lock.json
34

45
# build and test
56
build/

packages/integrations/package-lock.json

Lines changed: 0 additions & 187 deletions
This file was deleted.

packages/integrations/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@sentry/integrations",
3-
"version": "4.6.1",
3+
"version": "4.6.3",
44
"description": "Pluggable integrations that can be used to enchance JS SDKs",
55
"repository": "git://github.com/getsentry/sentry-javascript.git",
66
"homepage": "https://github.com/getsentry/sentry-javascript/tree/master/packages/integrations",
@@ -13,10 +13,10 @@
1313
"access": "public"
1414
},
1515
"dependencies": {
16-
"@sentry/core": "4.6.1",
17-
"@sentry/hub": "4.6.1",
16+
"@sentry/core": "4.6.3",
17+
"@sentry/hub": "4.6.3",
1818
"@sentry/types": "4.5.3",
19-
"@sentry/utils": "4.6.1",
19+
"@sentry/utils": "4.6.3",
2020
"lsmod": "1.0.0",
2121
"tslib": "^1.9.3"
2222
},

0 commit comments

Comments
 (0)