Skip to content

Commit fd3493c

Browse files
committed
chore: format
1 parent 553dc28 commit fd3493c

File tree

3 files changed

+4
-12
lines changed

3 files changed

+4
-12
lines changed

packages/javascript-sdk/package.json

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,7 @@
44
"description": "ForgeRock JavaScript SDK",
55
"author": "ForgeRock",
66
"license": "MIT",
7-
"files": [
8-
"dist/*"
9-
],
7+
"files": ["dist/*"],
108
"repository": {
119
"type": "git",
1210
"url": "git+https://github.com:ForgeRock/forgerock-javascript-sdk.git",

packages/ping-protect/package.json

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -3,19 +3,15 @@
33
"version": "4.6.0",
44
"private": false,
55
"type": "module",
6-
"files": [
7-
"dist"
8-
],
6+
"files": ["dist"],
97
"module": "./dist/index.js",
108
"main": "./dist/index.js",
119
"repository": {
1210
"type": "git",
1311
"url": "git+https://github.com:ForgeRock/forgerock-javascript-sdk.git",
1412
"directory": "packages/ping-protect"
1513
},
16-
"sideEffects": [
17-
"./dist/lib/ping-signals-sdk.js"
18-
],
14+
"sideEffects": ["./dist/lib/ping-signals-sdk.js"],
1915
"exports": {
2016
".": {
2117
"types": "./dist/index.ts.d.ts",

packages/token-vault/package.json

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,7 @@
33
"version": "4.2.0",
44
"private": false,
55
"type": "module",
6-
"files": [
7-
"dist/*"
8-
],
6+
"files": ["dist/*"],
97
"repository": {
108
"type": "git",
119
"url": "git+https://github.com:ForgeRock/forgerock-javascript-sdk.git",

0 commit comments

Comments
 (0)