Skip to content
This repository has been archived by the owner on May 24, 2024. It is now read-only.

Commit

Permalink
ran prettifyJSON script
Browse files Browse the repository at this point in the history
  • Loading branch information
sdadn committed Mar 15, 2024
1 parent 168ab9b commit b0d0f63
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 19 deletions.
20 changes: 10 additions & 10 deletions packages/terra-alert/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,15 @@
"UI"
],
"main": "lib/Alert.js",
"files": [
"lib",
"src",
"translations",
"CHANGELOG.md",
"LICENSE",
"NOTICE",
"README.md"
],
"dependencies": {
"classnames": "^2.2.5",
"prop-types": "^15.5.8",
Expand Down Expand Up @@ -48,14 +57,5 @@
"wdio:lowlight": "cd ../.. && terra wdio --themes clinical-lowlight-theme",
"wdio:fusion": "cd ../.. && terra wdio --themes orion-fusion-theme",
"wdio": "npm run wdio:default && npm run wdio:lowlight && npm run wdio:fusion"
},
"files": [
"lib",
"src",
"translations",
"CHANGELOG.md",
"LICENSE",
"NOTICE",
"README.md"
]
}
}
18 changes: 9 additions & 9 deletions packages/terra-form-fieldset/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,14 @@
"UI"
],
"main": "lib/Fieldset.js",
"files": [
"lib",
"src",
"CHANGELOG.md",
"LICENSE",
"NOTICE",
"README.md"
],
"dependencies": {
"classnames": "^2.2.5",
"prop-types": "^15.5.8",
Expand All @@ -45,13 +53,5 @@
"wdio:lowlight": "cd ../.. && terra wdio --themes clinical-lowlight-theme",
"wdio:fusion": "cd ../.. && terra wdio --themes orion-fusion-theme",
"wdio": "npm run wdio:default && npm run wdio:lowlight && npm run wdio:fusion"
},
"files": [
"lib",
"src",
"CHANGELOG.md",
"LICENSE",
"NOTICE",
"README.md"
]
}
}

0 comments on commit b0d0f63

Please sign in to comment.