nuudel-core 0.2.115 → 0.2.116

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 +1 -1
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -29,7 +29,7 @@ npm login --registry=https://npm.pkg.github.com --scope=c0des1gn
29
29
  npm login --registry=registry.npmjs.org
30
30
  yarn
31
31
  yarn build
32
- npm publish --tag latest
32
+ npm publish --tag next11
33
33
 
34
34
  # error fix
35
35
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "nuudel-core",
3
- "version": "0.2.115",
3
+ "version": "0.2.116",
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",