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

Commit

Permalink
Replaced .npmignores files with the package.json files field (#926)
Browse files Browse the repository at this point in the history
  • Loading branch information
sdadn authored Feb 14, 2024
1 parent 33a6bad commit 8710721
Show file tree
Hide file tree
Showing 16 changed files with 76 additions and 79 deletions.
9 changes: 0 additions & 9 deletions packages/terra-clinical-data-grid/.npmignore

This file was deleted.

11 changes: 10 additions & 1 deletion packages/terra-clinical-data-grid/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -55,5 +55,14 @@
"wdio-lowlight": "cd ../.. && THEME=clinical-lowlight-theme npx wdio",
"wdio-fusion": "cd ../.. && THEME=orion-fusion-theme npx wdio",
"wdio": "npm run wdio-default && npm run wdio-lowlight && npm run wdio-fusion"
}
},
"files": [
"lib",
"src",
"translations",
"CHANGELOG.md",
"LICENSE",
"NOTICE",
"README.md"
]
}
9 changes: 0 additions & 9 deletions packages/terra-clinical-detail-view/.npmignore

This file was deleted.

10 changes: 9 additions & 1 deletion packages/terra-clinical-detail-view/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,5 +48,13 @@
},
"devDependencies": {
"@cerner/carbon-graphs": "^2.23.0"
}
},
"files": [
"lib",
"src",
"CHANGELOG.md",
"LICENSE",
"NOTICE",
"README.md"
]
}
9 changes: 0 additions & 9 deletions packages/terra-clinical-header/.npmignore

This file was deleted.

10 changes: 9 additions & 1 deletion packages/terra-clinical-header/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,5 +46,13 @@
"wdio-lowlight": "cd ../.. && THEME=clinical-lowlight-theme npx wdio",
"wdio-fusion": "cd ../.. && THEME=orion-fusion-theme npx wdio",
"wdio": "npm run wdio-default && npm run wdio-lowlight && npm run wdio-fusion"
}
},
"files": [
"lib",
"src",
"CHANGELOG.md",
"LICENSE",
"NOTICE",
"README.md"
]
}
9 changes: 0 additions & 9 deletions packages/terra-clinical-item-display/.npmignore

This file was deleted.

11 changes: 10 additions & 1 deletion packages/terra-clinical-item-display/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -52,5 +52,14 @@
"wdio-lowlight": "cd ../.. && THEME=clinical-lowlight-theme npx wdio",
"wdio-fusion": "cd ../.. && THEME=orion-fusion-theme npx wdio",
"wdio": "npm run wdio-default && npm run wdio-lowlight && npm run wdio-fusion"
}
},
"files": [
"lib",
"src",
"translations",
"CHANGELOG.md",
"LICENSE",
"NOTICE",
"README.md"
]
}
9 changes: 0 additions & 9 deletions packages/terra-clinical-item-view/.npmignore

This file was deleted.

10 changes: 9 additions & 1 deletion packages/terra-clinical-item-view/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,5 +47,13 @@
"wdio-lowlight": "cd ../.. && THEME=clinical-lowlight-theme npx wdio",
"wdio-fusion": "cd ../.. && THEME=orion-fusion-theme npx wdio",
"wdio": "npm run wdio-default && npm run wdio-lowlight && npm run wdio-fusion"
}
},
"files": [
"lib",
"src",
"CHANGELOG.md",
"LICENSE",
"NOTICE",
"README.md"
]
}
9 changes: 0 additions & 9 deletions packages/terra-clinical-label-value-view/.npmignore

This file was deleted.

10 changes: 9 additions & 1 deletion packages/terra-clinical-label-value-view/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,5 +44,13 @@
"wdio-lowlight": "cd ../.. && THEME=clinical-lowlight-theme npx wdio",
"wdio-fusion": "cd ../.. && THEME=orion-fusion-theme npx wdio",
"wdio": "npm run wdio-default && npm run wdio-lowlight && npm run wdio-fusion"
}
},
"files": [
"lib",
"src",
"CHANGELOG.md",
"LICENSE",
"NOTICE",
"README.md"
]
}
9 changes: 0 additions & 9 deletions packages/terra-clinical-onset-picker/.npmignore

This file was deleted.

11 changes: 10 additions & 1 deletion packages/terra-clinical-onset-picker/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -53,5 +53,14 @@
"wdio-lowlight": "cd ../.. && THEME=clinical-lowlight-theme npx wdio",
"wdio-fusion": "cd ../.. && THEME=orion-fusion-theme npx wdio",
"wdio": "npm run wdio-default && npm run wdio-lowlight && npm run wdio-fusion"
}
},
"files": [
"lib",
"src",
"translations",
"CHANGELOG.md",
"LICENSE",
"NOTICE",
"README.md"
]
}
8 changes: 0 additions & 8 deletions packages/terra-clinical-result/.npmignore

This file was deleted.

11 changes: 10 additions & 1 deletion packages/terra-clinical-result/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -52,5 +52,14 @@
"wdio-lowlight": "cd ../.. && THEME=clinical-lowlight-theme npx wdio",
"wdio-fusion": "cd ../.. && THEME=orion-fusion-theme npx wdio",
"wdio": "npm run wdio-default && npm run wdio-lowlight && npm run wdio-fusion"
}
},
"files": [
"lib",
"src",
"translations",
"CHANGELOG.md",
"LICENSE",
"NOTICE",
"README.md"
]
}

0 comments on commit 8710721

Please sign in to comment.