@simoncomputing/mui-bueno-v3 0.2.1 → 0.2.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +1 -1
- package/dist/index.cjs.js +109 -256
- package/dist/index.es.js +20630 -47048
- package/package.json +1 -1
- package/dist/index.umd.js +0 -409
package/README.md
CHANGED
|
@@ -41,7 +41,7 @@ In the application repo:
|
|
|
41
41
|
|
|
42
42
|
```shell
|
|
43
43
|
# Update package to look for this file in the proper directory.
|
|
44
|
-
npm i ~/git/mui-bueno-v3/simoncomputing-mui-bueno-v3-0.2.
|
|
44
|
+
npm i ~/git/mui-bueno-v3/simoncomputing-mui-bueno-v3-0.2.2.tgz
|
|
45
45
|
|
|
46
46
|
# Install
|
|
47
47
|
npm install
|