Skip to content

Commit

Permalink
Package publishing improvements.
Browse files Browse the repository at this point in the history
  • Loading branch information
akademy committed Jan 7, 2025
1 parent b99bccc commit 2e479b0
Show file tree
Hide file tree
Showing 6 changed files with 53 additions and 36 deletions.
23 changes: 23 additions & 0 deletions .npmignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
node_modules/
storybook-static/
.storybook/
temp/
coverage/

src/storybook/

.idea/
.vscode/

.gitignore

rollup.config.mjs
jest.config.js
babel.config.js
tsconfig.json

src/**/*.stories.*
src/**/*.test.*

secret.txt
diamondlightsource-sci-react-ui*.tgz
2 changes: 2 additions & 0 deletions .npmrc
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
publish-branch=main
access=public
23 changes: 23 additions & 0 deletions changelog.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
# Changelog

## [0.0.1] - 2024-12-19

### Added
- Components added:
- Breadcrumbs
- Footer
- FooterLinks
- Navbar
- NavbarLinks
- ThemeProvider
- User
- VisitInput
- Themes added:
- Diamond
- Base

### Fixed
-

### Changed
-
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{
"name": "@diamondlightsource/sci-react-ui",
"version": "0.0.1",
"description": "A collection of react components based on MUI.",
"author": "DLS",
"description": "A theme and component library to make websites at scientific installations simple to create.",
"author": "Diamond Light Source",
"license": "ISC",
"repository": {
"type": "git",
Expand Down
3 changes: 3 additions & 0 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@ Scientific React UI
===================

Scientific React UI components, based on MUI.
_Early development release._

A theme and component library to make websites at scientific installations simple to create.

Using
-----
Expand Down
34 changes: 0 additions & 34 deletions src/styles/colours.ts

This file was deleted.

0 comments on commit 2e479b0

Please sign in to comment.