diff --git a/.npmignore b/.npmignore deleted file mode 100644 index 473e57d..0000000 --- a/.npmignore +++ /dev/null @@ -1,26 +0,0 @@ -node_modules/ -temp/ -coverage/ - -storybook-static/ -.storybook/ -src/storybook/ - -.idea/ -.vscode/ - -.github/ -.gitignore - -rollup.config.mjs -jest.config.js -babel.config.cjs -tsconfig.json - -src/**/*.stories.* -src/**/*.test.* - -secret.txt -diamondlightsource-sci-react-ui*.tgz - -tsconfig.tsbuildinfo \ No newline at end of file diff --git a/package.json b/package.json index 078b1f4..387e877 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,9 @@ { "name": "@diamondlightsource/sci-react-ui", "version": "0.2.1-alpha", + "files": [ + "dist/" + ], "description": "A theme and component library to make websites at scientific institutions simple to create.", "author": "Diamond Light Source", "license": "ISC",