diff --git a/README.md b/README.md index d6e40fb..47020d0 100644 --- a/README.md +++ b/README.md @@ -2,5 +2,10 @@ > This project is an extension from the original repository created by [ZakAlbert](https://github.com/ZakAlbert) -This project has an npm library for [Material 3](https://m3.material.io/) theme, so you can add to your project and play-around this theme +This project has an [npm library](https://www.npmjs.com/package/@react-m3/m3) for [Material 3](https://m3.material.io/) theme, so you can add to your project and play-around this theme created on the top of `@mui/material`. + + +```shell +npm i @react-m3/m3 +``` diff --git a/libs/m3/package.json b/libs/m3/package.json index 035cfe7..ba4b02c 100644 --- a/libs/m3/package.json +++ b/libs/m3/package.json @@ -1,6 +1,6 @@ { "name": "@react-m3/m3", - "version": "0.0.1", + "version": "0.0.0-pre-alpha.1", "main": "./index.js", "types": "./index.d.ts", "exports": { @@ -8,5 +8,8 @@ "import": "./index.mjs", "require": "./index.js" } + }, + "publishConfig": { + "access": "public" } } diff --git a/package.json b/package.json index c0a5032..f8b7d6b 100644 --- a/package.json +++ b/package.json @@ -12,9 +12,11 @@ "build:m3": "npx nx build m3", "test:m3": "npx nx test m3", - "lint:m3": "npx nx lint m3" + "lint:m3": "npx nx lint m3", + + "publish": "npm publish --access public" }, - "private": true, + "private": false, "dependencies": { "@emotion/react": "11.11.1", "@emotion/styled": "11.11.0",