nuudel-core 0.1.193 → 0.1.195

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.
Files changed (2) hide show
  1. package/README.md +4 -0
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -9,3 +9,7 @@ git branch -a
9
9
  git checkout mui4
10
10
  git checkout main
11
11
  git checkout -b <newbranch>
12
+
13
+ yarn
14
+ yarn build
15
+ npm publish --tag mui4
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "nuudel-core",
3
- "version": "0.1.193",
3
+ "version": "0.1.195",
4
4
  "description": "Web components for react with material UI",
5
5
  "main": "build/main/index.js",
6
6
  "typings": "build/main/index.d.ts",