Skip to content

Commit 2e479b0

Browse files
committed
Package publishing improvements.
1 parent b99bccc commit 2e479b0

File tree

6 files changed

+53
-36
lines changed

6 files changed

+53
-36
lines changed

.npmignore

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
node_modules/
2+
storybook-static/
3+
.storybook/
4+
temp/
5+
coverage/
6+
7+
src/storybook/
8+
9+
.idea/
10+
.vscode/
11+
12+
.gitignore
13+
14+
rollup.config.mjs
15+
jest.config.js
16+
babel.config.js
17+
tsconfig.json
18+
19+
src/**/*.stories.*
20+
src/**/*.test.*
21+
22+
secret.txt
23+
diamondlightsource-sci-react-ui*.tgz

.npmrc

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
publish-branch=main
2+
access=public

changelog.md

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
# Changelog
2+
3+
## [0.0.1] - 2024-12-19
4+
5+
### Added
6+
- Components added:
7+
- Breadcrumbs
8+
- Footer
9+
- FooterLinks
10+
- Navbar
11+
- NavbarLinks
12+
- ThemeProvider
13+
- User
14+
- VisitInput
15+
- Themes added:
16+
- Diamond
17+
- Base
18+
19+
### Fixed
20+
-
21+
22+
### Changed
23+
-

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
{
22
"name": "@diamondlightsource/sci-react-ui",
33
"version": "0.0.1",
4-
"description": "A collection of react components based on MUI.",
5-
"author": "DLS",
4+
"description": "A theme and component library to make websites at scientific installations simple to create.",
5+
"author": "Diamond Light Source",
66
"license": "ISC",
77
"repository": {
88
"type": "git",

readme.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,9 @@ Scientific React UI
22
===================
33

44
Scientific React UI components, based on MUI.
5+
_Early development release._
6+
7+
A theme and component library to make websites at scientific installations simple to create.
58

69
Using
710
-----

src/styles/colours.ts

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

0 commit comments

Comments
 (0)